Skip to content

Commit

Permalink
softer requirements for external packages versions (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Jun 8, 2021
1 parent 7571813 commit 924f09d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
numpy>=1.20.0
pandas==1.2.0
scipy==1.6.1
scikit-learn==0.24.2
xgboost==1.3.3
lightgbm==3.0.0
catboost==0.24.4
joblib==1.0.1
pandas>=1.2.0
scipy>=1.6.1
scikit-learn>=0.24.2
xgboost>=1.3.3
lightgbm>=3.0.0
catboost>=0.24.4
joblib>=1.0.1
pyarrow>=2.0.0
tabulate==0.8.7
tabulate>=0.8.7
matplotlib>=3.2.2
dtreeviz==1.3
shap==0.36.0
seaborn==0.11.1
wordcloud==1.8.1
category_encoders==2.2.2
optuna==2.7.0
dtreeviz>=1.3
shap>=0.36.0
seaborn>=0.11.1
wordcloud>=1.8.1
category_encoders>=2.2.2
optuna>=2.7.0
scikit-plot==0.3.7
markdown

0 comments on commit 924f09d

Please sign in to comment.