Skip to content

Commit 890492f

Browse files
authoredMay 3, 2024
Fix gensim for PyPi release (#1287)
* pin scipy version * pin gensim version * pin unyanked scipy version * pin scipy versions to python versions * simplify pin for scipy
1 parent fd9d256 commit 890492f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎other_requirements/extra.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ opencv-python >= 4.5.5.64
77
Pillow >= 8.2.0
88

99
# Texts
10-
gensim @ git+https://github.com/piskvorky/gensim.git@ad68ee3
10+
gensim==4.3.2
1111
nltk >= 3.5
1212

1313
# Misc

‎requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
scipy<1.13.0
2+
13
# Base framework
24
thegolem==0.4.0
35

0 commit comments

Comments
 (0)
Failed to load comments.