We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b9f17 commit a5a4a10Copy full SHA for a5a4a10
conda-recipe/meta.yaml
@@ -40,7 +40,7 @@ requirements:
40
- setuptools >=41.0.0
41
- numpy >=1.19.5
42
- scipy >=1.9
43
- - scikit-learn >=1.1.0,<1.2.0
+ - scikit-learn >=1.1.0
44
- bottleneck >=1.3.4
45
- chardet >=3.0.2
46
- xlrd >=1.2.0
requirements-core.txt
@@ -3,7 +3,7 @@ numpy>=1.19.5
3
scipy>=1.9
4
# scikit-learn version 1.0.0 includes problematic libomp 12 which breaks xgboost
5
# https://github.com/scikit-learn/scikit-learn/pull/21227
6
-scikit-learn>=1.1.0,<1.2.0
+scikit-learn>=1.1.0
7
bottleneck>=1.3.4
8
# Reading Excel files
9
xlrd>=1.2.0
0 commit comments