Skip to content

Commit

Permalink
compatibility between keras and tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-won committed Aug 13, 2020
1 parent ed08594 commit a2112bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# List required packages in this file, one per line.
tensorflow <= 2.1
tensorflow <= 2.1;python_version<"3.8"
tensorflow <= 2.2;python_version>="3.8"
keras<=2.3
pandas
sklearn
Expand Down

0 comments on commit a2112bf

Please sign in to comment.