Skip to content

Commit

Permalink
specify scipy>=1.6.0 to accommodate changes in f17eff7
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanmontare-fed committed May 3, 2024
1 parent f17eff7 commit bb55557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "AllanTools"
version = "2024.04"
dependencies = [
"numpy",
"scipy",
"scipy>=1.6.0",
"numpydoc",
"matplotlib",
"pytest",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
scipy
scipy>=1.6.0
numpydoc
matplotlib
pytest
Expand Down

0 comments on commit bb55557

Please sign in to comment.