From efd26ec21cf28df652852ce480f0cdeb304ccdee Mon Sep 17 00:00:00 2001 From: ryanSoley Date: Thu, 1 Feb 2024 10:08:08 +0000 Subject: [PATCH 1/2] [edgetest] automated change --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d6e2518d..ffaf2512 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,13 +44,13 @@ prefect = s3 = s3fs<=2023.12.2,>=0.4 ui = - dash<=2.14.2,>=2.11.0 + dash<=2.15.0,>=2.11.0 dash-bootstrap-components<=1.5.0,>=1.0.0 viz = - dash<=2.14.2,>=2.11.0 + dash<=2.15.0,>=2.11.0 dash-bootstrap-components<=1.5.0,>=1.0.0 all = - dash<=2.14.2,>=2.11.0 + dash<=2.15.0,>=2.11.0 dash-bootstrap-components<=1.5.0,>=1.0.0 prefect<=1.2.4,>=0.12.0 s3fs<=2023.12.2,>=0.4 From c8a6a0ace2467442e0f271a84acd342e3109e105 Mon Sep 17 00:00:00 2001 From: Ryan Soley Date: Thu, 1 Feb 2024 11:00:08 -0500 Subject: [PATCH 2/2] update environments --- docs/docs-environment.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs-environment.yml b/docs/docs-environment.yml index 6bb8a39e..a73346a0 100644 --- a/docs/docs-environment.yml +++ b/docs/docs-environment.yml @@ -17,7 +17,7 @@ dependencies: # install rubicon-ml dependencies # so local pip install doesn't - - dash<=2.14.2,>=2.11.0 + - dash<=2.15.0,>=2.11.0 - dash-bootstrap-components<=1.5.0,>=1.0.0 - fsspec<=2023.12.2,>=2021.4.0 - intake[dataframe]<=0.7.0,>=0.5.2 diff --git a/environment.yml b/environment.yml index 94c89fc3..151af57f 100644 --- a/environment.yml +++ b/environment.yml @@ -22,7 +22,7 @@ dependencies: - s3fs<=2023.12.2,>=0.4 # for viz extras - - dash<=2.14.2,>=2.11.0 + - dash<=2.15.0,>=2.11.0 - dash-bootstrap-components<=1.5.0,>=1.0.0 # for testing