Skip to content

Commit

Permalink
remove pin
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdtrejo committed Mar 27, 2024
1 parent f81626c commit 4dcbf07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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==67.7.2",
"setuptools",
"six",
"click",
"requests",
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==67.7.2"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


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==67.7.2"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down

0 comments on commit 4dcbf07

Please sign in to comment.