diff --git a/docs/docs-environment.yml b/docs/docs-environment.yml index 3a094c8e..7cb2f0bc 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.15.0,>=2.11.0 + - dash<=2.16.1,>=2.11.0 - dash-bootstrap-components<=1.5.0,>=1.0.0 - - fsspec<=2024.2.0,>=2021.4.0 - - intake<=2.0.3,>=0.5.2 + - fsspec<=2024.3.1,>=2021.4.0 + - intake<=2.0.4,>=0.5.2 - jsonpath-ng<=1.6.1,>=1.5.3 - numpy<=1.26.4,>=1.22.0 - pandas<=2.2.1,>=1.0.0 - prefect<=1.2.4,>=0.12.0 - - pyarrow<=15.0.0,>=14.0.1 + - pyarrow<=15.0.2,>=14.0.1 - PyYAML<=6.0.1,>=5.4.0 - scikit-learn<=1.4.1.post1,>=0.22.0 diff --git a/environment.yml b/environment.yml index 7ddb37b3..c2702336 100644 --- a/environment.yml +++ b/environment.yml @@ -6,12 +6,12 @@ dependencies: - pip - click<=8.1.7,>=7.1 - - fsspec<=2024.2.0,>=2021.4.0 - - intake<=2.0.3,>=0.5.2 + - fsspec<=2024.3.1,>=2021.4.0 + - intake<=2.0.4,>=0.5.2 - jsonpath-ng<=1.6.1,>=1.5.3 - numpy<=1.26.4,>=1.22.0 - pandas<=2.2.1,>=1.0.0 - - pyarrow<=15.0.0,>=14.0.1 + - pyarrow<=15.0.2,>=14.0.1 - PyYAML<=6.0.1,>=5.4.0 - scikit-learn<=1.4.1.post1,>=0.22.0 @@ -19,10 +19,10 @@ dependencies: - prefect<=1.2.4,>=0.12.0 # for s3fs extras - - s3fs<=2024.2.0,>=0.4 + - s3fs<=2024.3.1,>=0.4 # for viz extras - - dash<=2.15.0,>=2.11.0 + - dash<=2.16.1,>=2.11.0 - dash-bootstrap-components<=1.5.0,>=1.0.0 # for testing diff --git a/setup.cfg b/setup.cfg index 3886dbb9..eae22f6f 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<=2024.2.0,>=2021.4.0 - intake<=2.0.3,>=0.5.2 + fsspec<=2024.3.1,>=2021.4.0 + intake<=2.0.4,>=0.5.2 jsonpath-ng<=1.6.1,>=1.5.3 numpy<=1.26.4,>=1.22.0 pandas<=2.2.1,>=1.0.0 - pyarrow<=15.0.0,>=14.0.1 + pyarrow<=15.0.2,>=14.0.1 PyYAML<=6.0.1,>=5.4.0 scikit-learn<=1.4.1.post1,>=0.22.0 @@ -42,18 +42,18 @@ install_requires = prefect = prefect<=1.2.4,>=0.12.0 s3 = - s3fs<=2024.2.0,>=0.4 + s3fs<=2024.3.1,>=0.4 ui = - dash<=2.15.0,>=2.11.0 + dash<=2.16.1,>=2.11.0 dash-bootstrap-components<=1.5.0,>=1.0.0 viz = - dash<=2.15.0,>=2.11.0 + dash<=2.16.1,>=2.11.0 dash-bootstrap-components<=1.5.0,>=1.0.0 all = - dash<=2.15.0,>=2.11.0 + dash<=2.16.1,>=2.11.0 dash-bootstrap-components<=1.5.0,>=1.0.0 prefect<=1.2.4,>=0.12.0 - s3fs<=2024.2.0,>=0.4 + s3fs<=2024.3.1,>=0.4 [options.entry_points] console_scripts =