Skip to content

Commit

Permalink
add version for numpy, spacy and thinc
Browse files Browse the repository at this point in the history
  • Loading branch information
parisa-zahedi committed Aug 21, 2024
1 parent bc18f13 commit 1eea9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ classifiers = [
]
dynamic = ["version"]

dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy","scikit-learn","numpy","scipy",
"flake8-pyproject"
dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy==3.5.4","scikit-learn","numpy==1.26.4","scipy",
"flake8-pyproject","thinc==8.1.12"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1eea9d3

Please sign in to comment.