From 2b0c95e21c9c18f4ce266540fd3be76e7c24430a Mon Sep 17 00:00:00 2001 From: ryanSoley Date: Mon, 22 Jan 2024 10:08:40 +0000 Subject: [PATCH 1/2] [edgetest] automated change --- setup.cfg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/setup.cfg b/setup.cfg index 60ef8834..cd30cf0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,31 +29,31 @@ include_package_data = True packages = find: install_requires = click<=8.1.7,>=7.1 - fsspec<=2023.10.0,>=2021.4.0 + fsspec<=2023.12.2,>=2021.4.0 intake[dataframe]<=0.7.0,>=0.5.2 - jsonpath-ng<=1.6.0,>=1.5.3 - numpy<=1.26.2,>=1.22.0 - pandas<=2.1.3,>=1.0.0 - pyarrow<=14.0.1,>=14.0.1 + jsonpath-ng<=1.6.1,>=1.5.3 + numpy<=1.26.3,>=1.22.0 + pandas<=2.2.0,>=1.0.0 + pyarrow<=15.0.0,>=14.0.1 PyYAML<=6.0.1,>=5.4.0 - scikit-learn<=1.3.2,>=0.22.0 + scikit-learn<=1.4.0,>=0.22.0 [options.extras_require] prefect = prefect<=1.2.4,>=0.12.0 s3 = - s3fs<=2023.10.0,>=0.4 + s3fs<=2023.12.2,>=0.4 ui = - dash<=2.14.1,>=2.0.0 + dash<=2.14.2,>=2.0.0 dash-bootstrap-components<=1.5.0,>=1.0.0 viz = - dash<=2.14.1,>=2.0.0 + dash<=2.14.2,>=2.0.0 dash-bootstrap-components<=1.5.0,>=1.0.0 all = - dash<=2.14.1,>=2.0.0 + dash<=2.14.2,>=2.0.0 dash-bootstrap-components<=1.5.0,>=1.0.0 prefect<=1.2.4,>=0.12.0 - s3fs<=2023.10.0,>=0.4 + s3fs<=2023.12.2,>=0.4 [options.entry_points] console_scripts = From e687cb9f334d63f045a15c7f7329fa4a232a3cca Mon Sep 17 00:00:00 2001 From: Ryan Soley Date: Wed, 24 Jan 2024 11:04:30 -0500 Subject: [PATCH 2/2] update environments --- docs/docs-environment.yml | 14 +++++++------- environment.yml | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/docs-environment.yml b/docs/docs-environment.yml index 7f2d476d..e8f83a95 100644 --- a/docs/docs-environment.yml +++ b/docs/docs-environment.yml @@ -17,14 +17,14 @@ dependencies: # install rubicon-ml dependencies # so local pip install doesn't - - dash<=2.14.1,>=2.0.0 + - dash<=2.14.2,>=2.0.0 - dash-bootstrap-components<=1.5.0,>=1.0.0 - - fsspec<=2023.10.0,>=2021.4.0 + - fsspec<=2023.12.2,>=2021.4.0 - intake[dataframe]<=0.7.0,>=0.5.2 - - jsonpath-ng<=1.6.0,>=1.5.3 - - numpy<=1.26.2,>=1.22.0 - - pandas<=2.1.3,>=1.0.0 + - jsonpath-ng<=1.6.1,>=1.5.3 + - numpy<=1.26.3,>=1.22.0 + - pandas<=2.2.0,>=1.0.0 - prefect<=1.2.4,>=0.12.0 - - pyarrow<=14.0.1,>=14.0.1 + - pyarrow<=15.0.0,>=14.0.1 - PyYAML<=6.0.1,>=5.4.0 - - scikit-learn<=1.3.2,>=0.22.0 + - scikit-learn<=1.4.0,>=0.22.0 diff --git a/environment.yml b/environment.yml index bc7a1979..f388a4f9 100644 --- a/environment.yml +++ b/environment.yml @@ -6,23 +6,23 @@ dependencies: - pip - click<=8.1.7,>=7.1 - - fsspec<=2023.10.0,>=2021.4.0 + - fsspec<=2023.12.2,>=2021.4.0 - intake[dataframe]<=0.7.0,>=0.5.2 - - jsonpath-ng<=1.6.0,>=1.5.3 - - numpy<=1.26.2,>=1.22.0 - - pandas<=2.1.3,>=1.0.0 - - pyarrow<=14.0.1,>=14.0.1 + - jsonpath-ng<=1.6.1,>=1.5.3 + - numpy<=1.26.3,>=1.22.0 + - pandas<=2.2.0,>=1.0.0 + - pyarrow<=15.0.0,>=14.0.1 - PyYAML<=6.0.1,>=5.4.0 - - scikit-learn<=1.3.2,>=0.22.0 + - scikit-learn<=1.4.0,>=0.22.0 # for prefect extras - prefect<=1.2.4,>=0.12.0 # for s3fs extras - - s3fs<=2023.10.0,>=0.4 + - s3fs<=2023.12.2,>=0.4 # for viz extras - - dash<=2.14.1,>=2.0.0 + - dash<=2.14.2,>=2.0.0 - dash-bootstrap-components<=1.5.0,>=1.0.0 # for testing