Skip to content

Commit

Permalink
Unpin setuptools and do work in a focused issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinWiseOne committed Mar 8, 2024
1 parent 87eba4b commit 9059c56
Showing 1 changed file with 1 addition and 1 deletion.
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==57.0.0-3"]
EDM_DEPS = ["click", "pip", "setuptools"]
PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]


Expand Down

0 comments on commit 9059c56

Please sign in to comment.