From 2d403d6e2be8f1e80c4330791e6ff42d48bd4930 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:31:25 -0400 Subject: [PATCH] Changes by run-edgetest action (#265) * [create-pull-request] automated change * update environments --- docs/docs-environment.yml | 2 +- environment.yml | 2 +- setup.cfg | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/docs-environment.yml b/docs/docs-environment.yml index 2cfccf41..12edca65 100644 --- a/docs/docs-environment.yml +++ b/docs/docs-environment.yml @@ -22,7 +22,7 @@ dependencies: - dask[dataframe]<=2022.9.0,>=2.12.0 - fsspec<=2022.8.2,>=2021.4.0 - intake[dataframe]<=0.6.6,>=0.5.2 - - numpy<=1.23.2,>=1.22.0 + - numpy<=1.23.3,>=1.22.0 - pandas<=1.4.4,>=1.0.0 - prefect<=1.2.4,>=0.12.0 - pyarrow<=9.0.0,>=0.18.0 diff --git a/environment.yml b/environment.yml index 0b6638d9..945e3773 100644 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,7 @@ dependencies: - dask[dataframe]<=2022.9.0,>=2.12.0 - fsspec<=2022.8.2,>=2021.4.0 - intake[dataframe]<=0.6.6,>=0.5.2 + - numpy<=1.23.3,>=1.22.0 - pandas<=1.4.4,>=1.0.0 - pyarrow<=9.0.0,>=0.18.0 - PyYAML<=6.0,>=5.4.0 @@ -21,7 +22,6 @@ dependencies: # for viz - dash<=2.6.1,>=2.0.0 - dash-bootstrap-components<=1.2.1,>=1.0.0 - - numpy<=1.23.2,>=1.22.0 # for testing - black diff --git a/setup.cfg b/setup.cfg index 3f3aa44b..c0fc84aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ install_requires = dask[dataframe]<=2022.9.0,>=2.12.0 fsspec<=2022.8.2,>=2021.4.0 intake[dataframe]<=0.6.6,>=0.5.2 + numpy<=1.23.3,>=1.22.0 pandas<=1.4.4,>=1.0.0 pyarrow<=9.0.0,>=0.18.0 PyYAML<=6.0,>=5.4.0 @@ -44,11 +45,9 @@ prefect_requires = ui_requires = dash<=2.6.1,>=2.0.0 dash-bootstrap-components<=1.2.1,>=1.0.0 - numpy<=1.23.2,>=1.22.0 all = dash<=2.6.1,>=2.0.0 dash-bootstrap-components<=1.2.1,>=1.0.0 - numpy<=1.23.2,>=1.22.0 prefect<=1.2.4,>=0.12.0 [options.entry_points]