From fbb14b8dddb4a198ca60920a6d6de138f8cd338c Mon Sep 17 00:00:00 2001 From: ryanSoley Date: Fri, 12 Jan 2024 10:08:40 +0000 Subject: [PATCH] [edgetest] automated change --- setup.cfg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/setup.cfg b/setup.cfg index 60ef8834..85d9156f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,12 +29,12 @@ 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.1.4,>=1.0.0 + pyarrow<=14.0.2,>=14.0.1 PyYAML<=6.0.1,>=5.4.0 scikit-learn<=1.3.2,>=0.22.0 @@ -42,18 +42,18 @@ install_requires = 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 =