From 20ed3fe953f399b8e561b949d5b05be005f4c9a1 Mon Sep 17 00:00:00 2001 From: Ysobel Date: Wed, 21 Jan 2026 22:25:22 +1100 Subject: [PATCH 1/4] warnings --- environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index aa0c830..ac3a043 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ 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 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 From 7589f7fdafbda9f9626da259357782ed1917ec30 Mon Sep 17 00:00:00 2001 From: Ysobel Date: Wed, 21 Jan 2026 22:26:53 +1100 Subject: [PATCH 2/4] add tqdm to windows environment yml --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index ac3a043..d21abb3 100644 --- a/environment.yml +++ b/environment.yml @@ -12,3 +12,4 @@ dependencies: - pyyaml>=6.0 - joblib>=1.0 - pytest>=7.0 + - tqdm>=4.0 \ No newline at end of file From 11d0e86fa1060520fca1f204b92b51cab5f58684 Mon Sep 17 00:00:00 2001 From: Ysobel Date: Wed, 21 Jan 2026 22:29:15 +1100 Subject: [PATCH 3/4] . --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d21abb3..a9d65ff 100644 --- a/environment.yml +++ b/environment.yml @@ -12,4 +12,5 @@ dependencies: - pyyaml>=6.0 - joblib>=1.0 - pytest>=7.0 - - tqdm>=4.0 \ No newline at end of file + - tqdm>=4.0 + \ No newline at end of file From 869888e2537676b7493c4f1b0647cd3202548164 Mon Sep 17 00:00:00 2001 From: Ysobel Date: Wed, 21 Jan 2026 22:29:39 +1100 Subject: [PATCH 4/4] . --- environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/environment.yml b/environment.yml index a9d65ff..41b364e 100644 --- a/environment.yml +++ b/environment.yml @@ -13,4 +13,3 @@ dependencies: - joblib>=1.0 - pytest>=7.0 - tqdm>=4.0 - \ No newline at end of file