Skip to content

Commit d3944aa

Browse files
authored
Merge pull request #39 from wellcometrust/pin-versions
Pinning keras and tensorflow versions in setup
2 parents 85949cb + 51b5912 commit d3944aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
install_requires=[
4646
"spacy<2.2.0",
4747
"pandas",
48-
"tensorflow",
49-
"keras",
50-
"keras-contrib @ https://github.com/keras-team/keras-contrib/tarball/master",
48+
"tensorflow==1.15.2",
49+
"keras==2.2.5",
50+
"keras-contrib @ https://github.com/keras-team/keras-contrib/tarball/5ffab172661411218e517a50170bb97760ea567b",
5151
"en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz#egg=en_core_web_sm==2.1.0",
5252
"sklearn",
5353
"sklearn_crfsuite",

0 commit comments

Comments
 (0)