Skip to content

Commit

Permalink
add version for numpy, spacy and thinc (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: parisa-zahedi <p.zahedi@uu.nl>
  • Loading branch information
parisa-zahedi and parisa-zahedi authored Dec 2, 2024
1 parent bc18f13 commit f799ce3
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 f799ce3

Please sign in to comment.