From 924f09dd4aba6ebcc4ae5a45794a2e0dd510476f Mon Sep 17 00:00:00 2001 From: Piotr Date: Tue, 8 Jun 2021 13:34:20 +0200 Subject: [PATCH] softer requirements for external packages versions (#388) --- requirements.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a2fb588..8bcbfdf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file