Skip to content

Commit

Permalink
update scipy requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schopf <tim.schopf@t-online.de>
  • Loading branch information
TimSchopf committed Feb 6, 2022
1 parent fbcd547 commit 2f45652
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 @@ -34,7 +34,8 @@
'numpy >= 1.18.5',
'spacy >= 3.0.1',
'nltk >= 3.6.1',
'scikit-learn >= 1.0'
'scikit-learn >= 1.0',
'scipy>=1.7.3'
],
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
Expand Down

0 comments on commit 2f45652

Please sign in to comment.