File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11hyperopt == 0.2.7
2- numpy >= 2.0.0
2+ numpy >= 2.0.0 , <= 2.3.0
33scikit-learn >= 1.5 ,<= 1.7
4- scipy >= 1.15.0
5- pandas >= 2.1.0
4+ scipy >= 1.15.0 , <= 1.15.3
5+ pandas >= 2.1.0 , <= 2.3.0
66setuptools >= 71.0.0
Original file line number Diff line number Diff line change 11tox>=4.20.0
2- xgboost>=2.0.0
2+ xgboost>=2.0.0,<=2.2.0
33lightgbm==4.6.0
44coverage==7.6.12
55-r requirements.txt
Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ classifiers =
3535packages = find:
3636install_requires =
3737 hyperopt ==0.2.7
38- numpy>=2.0.0
38+ numpy>=2.0.0,<=2.3.0
3939 scikit-learn>=1.5,<=1.7
40- scipy>=1.15.0
41- pandas>=2.1.0
40+ scipy>=1.15.0,<=1.15.3
41+ pandas>=2.1.0,<=2.3.0
4242 setuptools>=71.0.0
4343python_requires = >=3.11
4444zip_safe = False
4545
4646[options.extras_require]
47- xgboost = xgboost>=2.0.0
47+ xgboost = xgboost>=2.0.0,<=2.2.0
4848lightgbm = lightgbm ==4.6.0
4949testing =
5050 tox>=4.20.0
You can’t perform that action at this time.
0 commit comments