From 004834327863b52d54f72296e6fc005924f74d02 Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Mon, 8 Apr 2024 18:41:31 +0100 Subject: [PATCH] scikit img fixed version due to build error Seems to be a bug with scipy preventing my builds working, trying a hardcoded skimage version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d29f41..56b4d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requests = "^2.31.0" playwright = "^1.35.0" pandas = "^2.0.2" openpyxl = "^3.1.2" -scikit-image = "^0.21.0" +scikit-image = "0.21.0" beautifulsoup4 = "^4.12.2" lxml = "^4.9.2" python-dotenv = "^1.0.0"