Skip to content

Commit

Permalink
Add version restrictions to tensorflow for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 11, 2023
1 parent e4fca4f commit a4d2da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pypi_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ scikit-image
scikit-learn ==1.0.*
scikit-video
seaborn
tensorflow
tensorflow>=2.6.3,<2.9.0; platform_machine != 'arm64'
tensorflow-hub
tensorflow-macos==2.9.2; sys_platform == 'darwin' and platform_machine == 'arm64'
tensorflow-metal==0.5.0; sys_platform == 'darwin' and platform_machine == 'arm64'

0 comments on commit a4d2da8

Please sign in to comment.