Skip to content

Commit

Permalink
pin keras=2.3.1 because 2.4.3 causes KerasWord2VecWrappper test failu…
Browse files Browse the repository at this point in the history
…re in Py 3.8

may work-around #2865
  • Loading branch information
gojomo authored Jun 26, 2020
1 parent 374de28 commit 21c3202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def run(self):
# See https://github.com/RaRe-Technologies/gensim/pull/2814#issuecomment-621477948
linux_testenv += [
'tensorflow',
'keras',
'keras==2.3.1',
]

NUMPY_STR = 'numpy >= 1.11.3'
Expand Down

0 comments on commit 21c3202

Please sign in to comment.