Skip to content

Commit 00bf9c8

Browse files
committed
Requirements versioning update, will be tested with tox on pl
1 parent 4973b96 commit 00bf9c8

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
hyperopt>=0.2.6,<=0.2.7
2-
numpy>=1.26.0,<1.26.1
3-
scikit-learn>=1.3.0,<=1.3.2
4-
scipy>=1.11.2,<=1.11.3
5-
pandas>=2.1.0,<=2.1.1
1+
hyperopt==0.2.7
2+
numpy>=2.0.0
3+
scikit-learn>=1.5
4+
scipy>=1.15.0
5+
pandas>=2.1.0

requirements_dev.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
tox==4.8.0,<=4.11.3
2-
xgboost==1.6.2
3-
lightgbm>=4.0.0,<4.1.0
4-
coverage==7.3.1
1+
tox>=4.20.0
2+
xgboost>=2.0.0
3+
lightgbm==4.6.0
4+
coverage==7.6.12
5+
pytest==8.3.5
6+
pytest-xdist==3.6.1
57
-r requirements.txt

0 commit comments

Comments
 (0)