Skip to content

Commit

Permalink
bumping versions for bootstrap components and templates
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 1, 2024
1 parent 4933a48 commit 3323d26
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion applications/aws_dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion applications/aws_dashboard/open_source_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion applications/aws_dashboard/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion applications/experiments/compound_explorer/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3323d26

Please sign in to comment.