chore: revert pin setuptools to <64.0.0 for development
This reverts commit b1ebc3a44f
.
This commit is contained in:
parent
cfcfcc82e4
commit
38bf18cd1f
|
@ -29,7 +29,7 @@ $(VENV):
|
|||
|
||||
install: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
pip install --upgrade pip 'setuptools<64.0' wheel
|
||||
pip install --upgrade pip setuptools wheel
|
||||
pip install $(SHARED_DEV_REQUIREMENTS)
|
||||
[[ -z "$(PIP_INSTALL)" ]] || pip install $(PIP_INSTALL)
|
||||
|
||||
|
|
Loading…
Reference in New Issue