We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85949cb + 51b5912 commit d3944aaCopy full SHA for d3944aa
setup.py
@@ -45,9 +45,9 @@
45
install_requires=[
46
"spacy<2.2.0",
47
"pandas",
48
- "tensorflow",
49
- "keras",
50
- "keras-contrib @ https://github.com/keras-team/keras-contrib/tarball/master",
+ "tensorflow==1.15.2",
+ "keras==2.2.5",
+ "keras-contrib @ https://github.com/keras-team/keras-contrib/tarball/5ffab172661411218e517a50170bb97760ea567b",
51
"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",
52
"sklearn",
53
"sklearn_crfsuite",
0 commit comments