Skip to content

Commit

Permalink
Fix gensim for PyPi release (#1287)
Browse files Browse the repository at this point in the history
* pin scipy version

* pin gensim version

* pin unyanked scipy version

* pin scipy versions to python versions

* simplify pin for scipy
  • Loading branch information
DRMPN authored May 3, 2024
1 parent fd9d256 commit 890492f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion other_requirements/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ opencv-python >= 4.5.5.64
Pillow >= 8.2.0

# Texts
gensim @ git+https://github.com/piskvorky/gensim.git@ad68ee3
gensim==4.3.2
nltk >= 3.5

# Misc
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
scipy<1.13.0

# Base framework
thegolem==0.4.0

Expand Down

0 comments on commit 890492f

Please sign in to comment.