Skip to content

Commit b9acd3a

Browse files
committed
updates required packages
1 parent 8a86d34 commit b9acd3a

File tree

4 files changed

+650
-697
lines changed

4 files changed

+650
-697
lines changed

Pipfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "pypi"
77
matplotlib = "*"
88
pillow = "*"
99
docker = "*"
10-
tensorflow-serving-api = "*"
10+
tensorflow-serving-api = "==1.12.0"
1111
gensim = "*"
1212
tqdm = "*"
1313
comet-ml = "*"
1414
pandas = "*"
15-
spacy = "*"
16-
tensorflow = {version="*", sys_platform = "== 'darwin'"}
17-
tensorflow-gpu = {version=">=1.11.0", sys_platform = "== 'linux'"}
15+
spacy = "==2.0.18"
16+
tensorflow = {version="==1.12.2", sys_platform = "== 'darwin'"}
17+
tensorflow-gpu = {version="==1.12.2", sys_platform = "== 'linux'"}
1818

1919
[dev-packages]
2020
tox-pipenv = "*"

0 commit comments

Comments
 (0)