Skip to content

Commit

Permalink
Revert "Attempt with extra pip option"
Browse files Browse the repository at this point in the history
This reverts commit 53d7aac.
  • Loading branch information
khurram-ghani committed Sep 20, 2024
1 parent 83212a3 commit 7ba34d5
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 \
-r notebook_requirements.txt \
-r $(TEST_REQUIREMENTS) \
tensorflow${VERSION_TF} \
Expand Down

0 comments on commit 7ba34d5

Please sign in to comment.