Skip to content

Commit

Permalink
Update joblib minimum version to 1.2.0 in line with sklearn 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlin-policar committed May 31, 2024
1 parent c6c27b2 commit 6fc93d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requirements:
- catboost >=1.0.1
- chardet >=3.0.2
- httpx >=0.21
- joblib >=1.1.1
- joblib >=1.2.0
- keyring
- keyrings.alt
- networkx
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ catboost>=1.0.1
chardet>=3.0.2
httpx>=0.21.0
# Multiprocessing abstraction
joblib>=1.1.1
joblib>=1.2.0
keyring
keyrings.alt # for alternative keyring implementations
networkx
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
oldest: catboost==1.0.1
oldest: chardet==3.0.2
oldest: httpx==0.21.0
oldest: joblib==1.1.1
oldest: joblib==1.2.0
# oldest: keyring
# oldest: keyrings.alt
# oldest: networkx
Expand Down

0 comments on commit 6fc93d8

Please sign in to comment.