Skip to content

Commit

Permalink
Bump to SciPy 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 9, 2022
1 parent b4c2714 commit 3fa28f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion min-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas==1.0.0
numpy==1.19.0
scipy==1.2.1
scipy==1.3.2
numba==0.51.0
pyarrow==0.15.1
cffi==1.12.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dynamic = ['version', 'description']
dependencies = [
"pandas >=1.0, ==1.*",
"numpy >= 1.19",
"scipy >= 1.2",
"scipy >= 1.3.2",
"numba >= 0.51, < 0.57",
"cffi >= 1.12.2",
"psutil >= 5",
Expand Down

0 comments on commit 3fa28f9

Please sign in to comment.