Skip to content

Commit

Permalink
Allow scikit-learn 1.3
Browse files Browse the repository at this point in the history
scikit-learn 1.3 fixes a bug introduced by AdaBoost depracations in 1.2
More: scikit-learn/scikit-learn#26241
  • Loading branch information
markotoplak committed Sep 21, 2023
1 parent 041c0ce commit 9fe5410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ requirements:
- python-louvain >=0.13
- pyyaml
- requests
- scikit-learn >=1.1.0,<1.2.0
- scikit-learn >=1.1.0,!=1.2.* # ignoring 1.2.*: scikit-learn/issues/26241
- scipy >=1.9
- serverfiles
- setuptools >=51.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip>=18.0
python-louvain>=0.13
pyyaml
requests
scikit-learn>=1.1.0,<1.2.0
scikit-learn>=1.1.0,!=1.2.* # ignoring 1.2.*: scikit-learn/issues/26241
scipy>=1.9
serverfiles # for Data Sets synchronization
setuptools>=51.0.0
Expand Down

0 comments on commit 9fe5410

Please sign in to comment.