From db25eacd0f45315760757f5a2573687d7dd2d148 Mon Sep 17 00:00:00 2001 From: j-ittner Date: Tue, 27 Sep 2022 13:39:40 +0200 Subject: [PATCH 1/3] BUILD: pin scipy to < 1.9 due to an incompatibility with scikit-learn --- environment.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index e567406a..84f6d109 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,7 @@ dependencies: - pandas ~= 1.4 - python ~= 3.8 - scikit-learn ~= 0.24.2 - - scipy ~= 1.6 + - scipy ~= 1.8.1 - shap ~= 0.39.0 - sklearndf ~= 1.2 # build/test diff --git a/pyproject.toml b/pyproject.toml index a11ecad7..bda6433c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requires = [ "numpy >=1.17,<2a", "packaging >=20", "pandas >=0.24,<2a", - "scipy ~=1.2", + "scipy ~=1.2,<1.9a", "shap >=0.34,<0.40a", "sklearndf ~=1.2", ] @@ -98,7 +98,7 @@ numpy = ">=1.22,<2a" packaging = ">=20.9" pandas = "~=1.4" python = "~=3.8" -scipy = "~=1.5" +scipy = "~=1.8.1" shap = "~=0.39.0" sklearndf = "~=1.2" # additional maximum requirements of sklearndf From 97a13a92df907a1771af6c10a5a8fe41b2058d61 Mon Sep 17 00:00:00 2001 From: j-ittner Date: Tue, 27 Sep 2022 15:00:24 +0200 Subject: [PATCH 2/3] BUILD: pin matplotlib to < 3.6 due to an incompatibility with pytools --- environment.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 84f6d109..0d08b262 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,7 @@ dependencies: - gamma-pytools ~= 1.2, >= 1.2.1 - joblib ~= 1.1 - lightgbm ~= 3.2 - - matplotlib ~= 3.3 + - matplotlib ~= 3.5.2 - numpy ~= 1.22 - pandas ~= 1.4 - python ~= 3.8 diff --git a/pyproject.toml b/pyproject.toml index bda6433c..ab020ed4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = "Apache Software License v2.0" requires = [ # direct requirements of gamma-facet "gamma-pytools ~=1.2,>=1.2.1", - "matplotlib ~=3.0", + "matplotlib ~=3.0,<3.6a", "numpy >=1.17,<2a", "packaging >=20", "pandas >=0.24,<2a", @@ -93,7 +93,7 @@ typing-extensions = "<4.2" [build.matrix.max] # direct requirements of gamma-facet gamma-pytools = "~=1.2,>=1.2.1" -matplotlib = "~=3.4" +matplotlib = "~=3.5.2" numpy = ">=1.22,<2a" packaging = ">=20.9" pandas = "~=1.4" From 4a4361f9943ecd32b5eee1f42f1532a3ceadfdd3 Mon Sep 17 00:00:00 2001 From: j-ittner Date: Tue, 27 Sep 2022 15:16:14 +0200 Subject: [PATCH 3/3] BUILD: run nightly builds on branch 2.0.x --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f36dca8..0a0d5639 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ schedules: displayName: Nightly full build branches: include: - - 1.2.x + - 2.0.x resources: repositories: