Skip to content

Commit 3b905f3

Browse files
authored
Merge pull request #130 from intel/arisha07-patch-1
Update model-requirements.txt
2 parents fb92aa4 + b9ef036 commit 3b905f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

model-requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ onnx>=1.13.0
99
#onnx>=1.11.0,<=1.12.0
1010

1111
tensorflow-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'
1416
tensorflow-datasets==4.2.0
1517

1618
--find-links https://download.pytorch.org/whl/torch_stable.html

0 commit comments

Comments
 (0)