Skip to content

Commit

Permalink
revert to tensorflow 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Dec 22, 2024
1 parent 8bdad11 commit e713cdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ lxml_html_clean
scipy
scikit-learn
pandas
tensorflow>=2.13.0, < 2.14.0; #sys_platform != 'darwin'
tensorflow-macos>=2.13.0, < 2.14.0; sys_platform == 'darwin'
#tensorflow-metal==0.8; sys_platform == 'darwin'
tensorflow>=2.12.0, < 2.13.0; sys_platform != 'darwin'
tensorflow-macos>=2.12.0, <2.13.0; sys_platform == 'darwin'
tensorflow-metal==0.8; sys_platform == 'darwin'
#tensorflow-model-optimization
opencv-python
notebook
jupyter
nbconvert<7.0.0
typing-extensions
nbconvert
typing_extensions<=4.6.0

0 comments on commit e713cdc

Please sign in to comment.