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 83cdd4d commit 191efe9Copy full SHA for 191efe9
requirements.txt
@@ -1,5 +1,5 @@
1
-hyperopt>=0.2.6
2
-numpy>=1.26.0
3
-scikit-learn>=1.3.0
4
-scipy>=1.11.2
5
-pandas>=2.1.0
+hyperopt>=0.2.6,<=0.2.7
+numpy>=1.26.0,<1.26.1
+scikit-learn>=1.3.0,<=1.3.2
+scipy>=1.11.2,<=1.11.3
+pandas>=2.1.0,<=2.1.1
requirements_dev.txt
-tox==4.8.0
-xgboost>=1.6.2
-lightgbm>=4.0.0
+tox==4.8.0,<=4.11.3
+xgboost==1.6.2
+lightgbm>=4.0.0,<4.1.0
coverage==7.3.1
-r requirements.txt
0 commit comments