File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ onnx>=1.13.0
99#onnx>=1.11.0,<=1.12.0
1010
1111tensorflow-macos>=2.5,<=2.9.3; sys_platform == 'darwin' and platform_machine == 'arm64' # macOS M1 and M2
12- tensorflow>=2.5,<=2.12; sys_platform == 'darwin' and platform_machine != 'arm64' # macOS x86
13- tensorflow>=2.5,<=2.12; sys_platform == 'linux' or platform_system == 'Windows'
12+ #tensorflow>=2.5,<=2.12; sys_platform == 'darwin' and platform_machine != 'arm64' # macOS x86
13+ #tensorflow>=2.5,<=2.12; sys_platform == 'linux' or platform_system == 'Windows'
14+ tensorflow>=2.12; sys_platform == 'darwin' and platform_machine != 'arm64' # macOS x86
15+ tensorflow>=2.12; sys_platform == 'linux' or platform_system == 'Windows'
1416tensorflow-datasets==4.2.0
1517
1618--find-links https://download.pytorch.org/whl/torch_stable.html
You can’t perform that action at this time.
0 commit comments