mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix(tools): force reinstall when installing setuptools
- prevents a poetry bug from breaking the package
This commit is contained in:
3
Makefile
3
Makefile
@@ -7,7 +7,8 @@ NOTEBOOKS_DIR:=docs/user/advanced_examples
|
||||
|
||||
setup_env:
|
||||
poetry install
|
||||
poetry run python -m pip install -U pip wheel setuptools
|
||||
poetry run python -m pip install -U pip wheel
|
||||
poetry run python -m pip install -U --force-reinstall setuptools
|
||||
poetry run python -m pip install -r torch_requirements.txt \
|
||||
-f https://download.pytorch.org/whl/torch_stable.html
|
||||
.PHONY: setup_env
|
||||
|
||||
Reference in New Issue
Block a user