Skip to content

Commit

Permalink
pin requirements.txt version (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyumo authored Oct 10, 2023
1 parent b4ccea2 commit 4c1e1fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ dist: clean ## builds source and wheel package
install: clean ## install the package to the active Python's site-packages
python setup.py install

req:
pipreqs ./src/qfmu --savepath ./requirements.txt

format:
isort .
black .
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy
scipy
jinja2
pydantic
typer[all]
annotated_types==0.6.0
Jinja2==3.1.2
numpy==1.24.4
scipy==1.10.1
typer==0.9.0
typing_extensions==4.8.0
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ twine
build
wheel
bump2version
mypy
mypy
pipreqs

0 comments on commit 4c1e1fa

Please sign in to comment.