Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Bump tensorflow from 1.13.1 to 2.5.0 #68

Closed
wants to merge 1 commit into from
Closed
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
@@ -1,6 +1,6 @@
# NOTE(pvaneck): tensorflow requires a lower version of numpy than the latest, so just use the
# version that tensorflow wants by removing the numpy dependency in this file.
#numpy>=1.12.1
tensorflow==1.13.1
tensorflow==2.5.0
Pillow>=4.1.1
scipy>=0.18.1