Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redis==3.3.5
pymongo[tls,srv]==3.8.0
numpy==1.16.3
scipy==1.2.1
tensorflow-cpu==1.15.0
tensorflow-cpu==2.7.2
absl-py>=0.8.0
# setuptools comes from tensorboard requirement:
# https://github.com/tensorflow/tensorboard/blob/1.14/tensorboard/pip_package/setup.py#L33
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pymongo[tls,srv]~=3.8",
"numpy~=1.16",
"scipy~=1.2",
"tensorflow-cpu~=1.15.0",
"tensorflow-cpu>=1.15,<2.8",
# absl is a tensorflow dependency, but produces double logging before 0.8
# should be removed once tensorflow requires absl > 0.8 on its own
"absl-py>=0.8.0",
Expand Down