Skip to content

Commit

Permalink
Pinning was overrided; probably need to publish the base image again.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Mar 8, 2024
1 parent 74273b0 commit f2e317f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .dev/edge-native-base/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"packaging",
"pip",
"pyparsing",
"setuptools==59.8.0-1",
"setuptools",
"six",
"click",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion Externally-Hosted/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import subprocess

ENV_NAME = "edge-externally-hosted-example"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1", "authlib", "flask>2", "gunicorn", "requests"]
EDM_DEPS = ["click", "pip", "setuptools", "authlib", "flask>2", "gunicorn", "requests"]
PIP_DEPS = ["Flask-Session"]


Expand Down
2 changes: 1 addition & 1 deletion Minimal/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess

ENV_NAME = "edge-minimal-example"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down
2 changes: 1 addition & 1 deletion Panel/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess

ENV_NAME = "edge-panel-example"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down
2 changes: 1 addition & 1 deletion Panel/ci/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"packaging",
"pip",
"pyparsing",
"setuptools==59.8.0-1",
"setuptools",
"six",
"click",
"panel",
Expand Down
2 changes: 1 addition & 1 deletion Plotly Dash/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess

ENV_NAME = "edge-plotly-dash-example"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down
2 changes: 1 addition & 1 deletion Plotly Dash/ci/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"packaging",
"pip",
"pyparsing",
"setuptools==59.8.0-1",
"setuptools",
"six",
"click",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion React/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess

ENV_NAME = "edge-react-example"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down
2 changes: 1 addition & 1 deletion React/ci/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"packaging",
"pip",
"pyparsing",
"setuptools==59.8.0-1",
"setuptools",
"six",
"click",
"flask>2",
Expand Down
2 changes: 1 addition & 1 deletion Streamlit/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess

ENV_NAME = "edge-streamlit-example"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down
2 changes: 1 addition & 1 deletion Streamlit/ci/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"packaging",
"pip",
"pyparsing",
"setuptools==59.8.0-1",
"setuptools",
"six",
"requests",
]
Expand Down
2 changes: 1 addition & 1 deletion Tools/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import subprocess

ENV_NAME = "edge-preflight-tool"
EDM_DEPS = ["click", "pip", "setuptools==59.8.0-1"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down

0 comments on commit f2e317f

Please sign in to comment.