Skip to content

Commit

Permalink
tf version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrvz committed Sep 21, 2024
1 parent 1a3fc13 commit 1b7352d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sniffio>=1.3.1
soupsieve>=2.6
stack-data>=0.6.3
tempdir>=0.7.1
tensorflow-macos>=2.15.1
tensorflow-macos>=2.10.0
tensorflow-metal>=1.1.0
terminado>=0.18.1
threadpoolctl>=3.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extras_require={
"ML": [
"tensorflow>=2.8.0; sys_platform != 'darwin'",
"tensorflow-macos>=2.11.0; sys_platform == 'darwin'",
"tensorflow-macos>=2.10.0; sys_platform == 'darwin'",
"tensorflow-metal>=0.7.1; sys_platform == 'darwin'",
]
},
Expand Down

0 comments on commit 1b7352d

Please sign in to comment.