Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPEC0 - Bump minimum library versions #346

Merged
merged 3 commits into from
Nov 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
min cffi
  • Loading branch information
mdekstrand committed Nov 10, 2023
commit 65b110e2c5cb534a75b60f77fed10de5cdb53d65
2 changes: 1 addition & 1 deletion min-constraints.txt
Original file line number Diff line number Diff line change
@@ -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
@@ -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",