Skip to content

Commit 191efe9

Browse files
committed
Fixate requirements.
1 parent 83cdd4d commit 191efe9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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
2-
numpy>=1.26.0
3-
scikit-learn>=1.3.0
4-
scipy>=1.11.2
5-
pandas>=2.1.0
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

requirements_dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tox==4.8.0
2-
xgboost>=1.6.2
3-
lightgbm>=4.0.0
1+
tox==4.8.0,<=4.11.3
2+
xgboost==1.6.2
3+
lightgbm>=4.0.0,<4.1.0
44
coverage==7.3.1
55
-r requirements.txt

0 commit comments

Comments
 (0)