Skip to content

Commit

Permalink
min cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 10, 2023
1 parent fdd04b7 commit 65b110e
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
Expand Up @@ -2,6 +2,6 @@ pandas==1.4.0
numpy==1.22.0
scipy==1.8.0
numba==0.56.0
cffi==1.12.2
cffi==1.15.0
binpickle==0.3.2
scikit-learn==1.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"numpy >= 1.22",
"scipy >= 1.8.0",
"numba >= 0.56, < 0.59",
"cffi >= 1.12.2",
"cffi >= 1.15.0",
"psutil >= 5",
"binpickle >= 0.3.2",
"seedbank >= 0.1.0",
Expand Down

0 comments on commit 65b110e

Please sign in to comment.