chore: revert pin setuptools to <64.0.0 for development
This reverts commit b1ebc3a44f283ef89f64b4bf3b923de6d0994919.
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…
x
Reference in New Issue
Block a user