Skip to content

Commit

Permalink
Another pip option attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani committed Sep 20, 2024
1 parent 53d7aac commit 13a4979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ help: ## Shows this help message

install: ## Install repo for developement
@echo "\n=== pip install package with dev requirements =============="
pip install --upgrade --upgrade-strategy eager --no-build-isolation \
pip install --upgrade --upgrade-strategy eager --no-build-isolation --no-cache-dir \
-r notebook_requirements.txt \
-r $(TEST_REQUIREMENTS) \
tensorflow${VERSION_TF} \
Expand Down

0 comments on commit 13a4979

Please sign in to comment.