Skip to content

Commit 924f09d

Browse files
committed
softer requirements for external packages versions (#388)
1 parent 7571813 commit 924f09d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
numpy>=1.20.0
2-
pandas==1.2.0
3-
scipy==1.6.1
4-
scikit-learn==0.24.2
5-
xgboost==1.3.3
6-
lightgbm==3.0.0
7-
catboost==0.24.4
8-
joblib==1.0.1
2+
pandas>=1.2.0
3+
scipy>=1.6.1
4+
scikit-learn>=0.24.2
5+
xgboost>=1.3.3
6+
lightgbm>=3.0.0
7+
catboost>=0.24.4
8+
joblib>=1.0.1
99
pyarrow>=2.0.0
10-
tabulate==0.8.7
10+
tabulate>=0.8.7
1111
matplotlib>=3.2.2
12-
dtreeviz==1.3
13-
shap==0.36.0
14-
seaborn==0.11.1
15-
wordcloud==1.8.1
16-
category_encoders==2.2.2
17-
optuna==2.7.0
12+
dtreeviz>=1.3
13+
shap>=0.36.0
14+
seaborn>=0.11.1
15+
wordcloud>=1.8.1
16+
category_encoders>=2.2.2
17+
optuna>=2.7.0
1818
scikit-plot==0.3.7
1919
markdown

0 commit comments

Comments
 (0)