Skip to content

Commit

Permalink
Specify scipy<1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gunsodo committed May 23, 2024
1 parent d1abef8 commit 0174b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
requirements = [i.strip() for i in f.readlines()]

extras = {
"word_vector": ["gensim", "huggingface-hub"],
"word_vector": ["scipy<1.11.0", "gensim", "huggingface-hub"],
"full": [
"scipy<1.11.0",
"gensim",
"huggingface-hub"
]
Expand Down

0 comments on commit 0174b26

Please sign in to comment.