diff --git a/applications/aws_dashboard/Dockerfile b/applications/aws_dashboard/Dockerfile index 8232d50cd..5502e7f93 100644 --- a/applications/aws_dashboard/Dockerfile +++ b/applications/aws_dashboard/Dockerfile @@ -24,7 +24,7 @@ COPY requirements.txt /app/ RUN pip install --no-cache-dir -r requirements.txt # Install SageWorks Dashboard on its own layer -RUN pip install --no-cache-dir sageworks==0.8.77 +RUN pip install --no-cache-dir sageworks==0.8.78 # Copy the Nginx and Supervisor configuration files COPY nginx.conf /etc/nginx/sites-available/default diff --git a/applications/aws_dashboard/open_source_config.json b/applications/aws_dashboard/open_source_config.json index 710073c65..3de23f7aa 100644 --- a/applications/aws_dashboard/open_source_config.json +++ b/applications/aws_dashboard/open_source_config.json @@ -2,7 +2,6 @@ "SAGEWORKS_BUCKET": "env-will-overwrite", "SAGEWORKS_ROLE": "SageWorks-ExecutionRole", "SAGEWORKS_PLUGINS": "package", - "SAGEWORKS_PLUGINS": "s3://sandbox-sageworks-artifacts/sageworks_plugins", "SAGEWORKS_FEATURES": { "plugins": "true", "experimental": "false", diff --git a/applications/aws_dashboard/requirements.txt b/applications/aws_dashboard/requirements.txt index d921e10d8..3aabff870 100644 --- a/applications/aws_dashboard/requirements.txt +++ b/applications/aws_dashboard/requirements.txt @@ -13,7 +13,8 @@ joblib>=1.3.2 requests>=2.32.0 plotly >= 5.18.0 dash >= 2.16.1 -dash-bootstrap-components >= 1.5.0 +dash-bootstrap-components >= 1.6.0 +dash-bootstrap-templates >= 1.3.0 dash_ag_grid tabulate >= 0.9.0 shap>=0.43.0 diff --git a/applications/experiments/compound_explorer/requirements.txt b/applications/experiments/compound_explorer/requirements.txt index 9a81bcdc2..a39f0b73f 100644 --- a/applications/experiments/compound_explorer/requirements.txt +++ b/applications/experiments/compound_explorer/requirements.txt @@ -1,4 +1,5 @@ dash>=2.8 -dash-bootstrap-components>=1.5.1 +dash-bootstrap-components >= 1.6.0 +dash-bootstrap-templates >= 1.3.0 sageworks>=0.1.5.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d2ac61fdc..e73e04eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,8 @@ chem = ["rdkit>=2023.9.1", "mordredcommunity>=2.0"] ui = [ "plotly>=5.18.0", "dash>=2.16.1", - "dash-bootstrap-components>=1.5.0", + "dash-bootstrap-components>=1.6.0", + "dash-bootstrap-templates>=1.3.0", "dash_ag_grid", "tabulate>=0.9.0", "matplotlib>=3.9.2", @@ -60,7 +61,8 @@ all = [ "mordredcommunity>=2.0", "plotly>=5.18.0", "dash>=2.16.1", - "dash-bootstrap-components>=1.5.0", + "dash-bootstrap-components>=1.6.0", + "dash-bootstrap-templates>=1.3.0", "dash_ag_grid", "tabulate>=0.9.0", "pytest", diff --git a/requirements-all.txt b/requirements-all.txt index 20f464bb5..6dde19eaa 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -1,7 +1,8 @@ -r requirements.txt plotly >= 5.18.0 dash >= 2.16.1 -dash-bootstrap-components >= 1.5.0 +dash-bootstrap-components >= 1.6.0 +dash-bootstrap-templates >= 1.3.0 dash_ag_grid tabulate >= 0.9.0 shap>=0.43.0