Skip to content

Commit

Permalink
Reproduce "whl not found in known hashes" error with a minimal set of…
Browse files Browse the repository at this point in the history
… 2 dependencies
  • Loading branch information
davidtan-tw committed Nov 26, 2022
1 parent d020bef commit 84386ce
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Expand Up @@ -6,20 +6,12 @@ authors = ["David Tan <davidtan@thoughtworks.com>"]
# 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"]
Expand Down

0 comments on commit 84386ce

Please sign in to comment.