diff --git a/environment.yml b/environment.yml index aa0c830..41b364e 100644 --- a/environment.yml +++ b/environment.yml @@ -7,8 +7,9 @@ dependencies: - pandas>=1.2 - scikit-learn>=1.0 - xgboost>=1.6 - - matplotlib>=3.0,<3.9 + - matplotlib>=3.9 - seaborn>=0.11 - pyyaml>=6.0 - joblib>=1.0 - pytest>=7.0 + - tqdm>=4.0 diff --git a/requirements.txt b/requirements.txt index 1f9bd1f..61d9707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.20 pandas>=1.2 scikit-learn>=1.0 pyyaml>=6.0 -matplotlib<3.9 +matplotlib>=3.9 seaborn>=0.11 xgboost>=1.6 joblib>=1.0