Skip to content

Commit

Permalink
relax tf
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Dec 11, 2023
1 parent 9d7520b commit b920f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matplotlib
tensorflow >= 2.7.0, < 2.12.0; platform_machine != "arm64"
tensorflow-macos >= 2.7.0, < 2.12.0; platform_machine == "arm64" and platform_system == "Darwin"
tensorflow >= 2.7.0; platform_machine != "arm64"
tensorflow-macos >= 2.7.0; platform_machine == "arm64" and platform_system == "Darwin"
tensorflow_datasets
pandas>=1.4.2
flax
Expand Down

0 comments on commit b920f9c

Please sign in to comment.