diff --git a/setup.cfg b/setup.cfg index 3a7916a7..1d77870b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,13 +28,13 @@ zip_safe = False include_package_data = True packages = find: install_requires = - click<=8.1.4,>=7.1 + click<=8.1.7,>=7.1 fsspec<=2023.6.0,>=2021.4.0 intake[dataframe]<=0.7.0,>=0.5.2 - numpy<=1.25.1,>=1.22.0 + numpy<=1.25.2,>=1.22.0 pandas<=2.0.3,>=1.0.0 - pyarrow<=12.0.1,>=0.18.0 - PyYAML<=6.0,>=5.4.0 + pyarrow<=13.0.0,>=0.18.0 + PyYAML<=6.0.1,>=5.4.0 scikit-learn<=1.3.0,>=0.22.0 [options.extras_require] @@ -43,14 +43,14 @@ prefect = s3 = s3fs<=2023.6.0,>=0.4 ui = - dash<=2.11.1,>=2.0.0 - dash-bootstrap-components<=1.4.1,>=1.0.0 + dash<=2.13.0,>=2.0.0 + dash-bootstrap-components<=1.4.2,>=1.0.0 viz = - dash<=2.11.1,>=2.0.0 - dash-bootstrap-components<=1.4.1,>=1.0.0 + dash<=2.13.0,>=2.0.0 + dash-bootstrap-components<=1.4.2,>=1.0.0 all = - dash<=2.11.1,>=2.0.0 - dash-bootstrap-components<=1.4.1,>=1.0.0 + dash<=2.13.0,>=2.0.0 + dash-bootstrap-components<=1.4.2,>=1.0.0 prefect<=1.2.4,>=0.12.0 s3fs<=2023.6.0,>=0.4