Skip to content

Commit

Permalink
Merge pull request #44 from shahad-mahmud/pin_scipy_version
Browse files Browse the repository at this point in the history
Pinning scipy version to solve missing `scipy.linalg` packages
  • Loading branch information
sagorbrur authored May 1, 2024
2 parents 133265f + d26ea57 commit d306256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sentencepiece
gensim
nltk
numpy
scipy
scipy==1.12.0
sklearn-crfsuite
tqdm
ftfy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"gensim",
"nltk",
"numpy",
"scipy",
"scipy==1.12.0",
"sklearn-crfsuite",
"tqdm",
"ftfy",
Expand Down

0 comments on commit d306256

Please sign in to comment.