From 84386cec829ea677f0ea5a27973db1e15a4b2bf2 Mon Sep 17 00:00:00 2001 From: David Tan Date: Sat, 26 Nov 2022 23:49:43 +1100 Subject: [PATCH] Reproduce "whl not found in known hashes" error with a minimal set of 2 dependencies --- pyproject.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eaf81d2..0cd32d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,20 +6,12 @@ authors = ["David Tan "] # packages = [{include = "train", from = "src"}] [tool.poetry.dependencies] -pandas = "1.5.1" -thinc = "^8.1" -spacy = "^3.3" # 3.4.3 python = "^3.9" -openpyxl = "^3.0.10" -nltk = "^3.7" -presidio-analyzer = "^2.2.30" -presidio-anonymizer = "^2.2.30" -matplotlib = "^3.6.2" torch = "1.12.1" bertopic = "0.12.0" [tool.poetry.dev-dependencies] -jupyter = "1.0.0" +# jupyter = "1.0.0" [build-system] requires = ["poetry-core>=1.0.0"]