Skip to content

Commit

Permalink
Merge pull request #334 from lilt/merge-w-upstream
Browse files Browse the repository at this point in the history
Relax numpy version requirement
  • Loading branch information
imani authored Jun 11, 2024
2 parents e6705fe + a99c04f commit d97a5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python= ">=3.8, <3.12"
nltk="^3.8.1"
gensim="^4.3.1"
python-crfsuite="^0.9.9"
numpy = "1.24.3"
numpy = "~1.24"
scikit-learn = "^1.2.2"
fasttext-wheel = "^0.9.2"
flashtext = "^2.7"
Expand Down

0 comments on commit d97a5ba

Please sign in to comment.