Skip to content

Commit

Permalink
chore(frontend-python): Remove silent installation of concrete-python…
Browse files Browse the repository at this point in the history
… in Makefile
  • Loading branch information
BourgerieQuentin committed Oct 23, 2024
1 parent 18bfb93 commit e53e9f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ CONCRETE_VERSION?="" # empty mean latest
venv:
$(PYTHON) -m venv .venv
. .venv/bin/activate
ifeq (,$(wildcard ${RUNTIME_LIBRARY}))
$(PIP) install --extra-index-url https://pypi.zama.ai/cpu "concrete-python$(CONCRETE_VERSION)"
endif
$(PIP) install -r requirements.dev.txt
$(PIP) install -r requirements.extra-full.txt
$(PIP) install -r requirements.txt
Expand Down

0 comments on commit e53e9f1

Please sign in to comment.