Skip to content

Commit

Permalink
only tf 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Dec 22, 2024
1 parent c7a4e2b commit d06e955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ lxml_html_clean
scipy
scikit-learn
pandas
tensorflow>=2.12.1; sys_platform != 'darwin'
tensorflow-macos>=2.12.1; sys_platform == 'darwin'
tensorflow>=2.12.1,2.13.0 sys_platform != 'darwin'
tensorflow-macos>=2.12.1,<2.13.0; sys_platform == 'darwin'
tensorflow-metal==0.8; sys_platform == 'darwin'
tensorflow-model-optimization
opencv-python
Expand Down

0 comments on commit d06e955

Please sign in to comment.