From 53d7aaceb1ff4ab2d07dcf9cb7d563a19273acdb Mon Sep 17 00:00:00 2001 From: Khurram Ghani Date: Fri, 20 Sep 2024 16:37:41 +0100 Subject: [PATCH] Attempt with extra pip option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bdbcac0..c4ae2d98 100644 --- a/Makefile +++ b/Makefile @@ -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 \ + pip install --upgrade --upgrade-strategy eager --no-build-isolation \ -r notebook_requirements.txt \ -r $(TEST_REQUIREMENTS) \ tensorflow${VERSION_TF} \