Skip to content

Commit acd7e3e

Browse files
committed
Pyproject.toml update tensorflow installation
1 parent c479b11 commit acd7e3e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ colorcet = "^3.0.0"
3333
Pillow = ">=8.0.0"
3434
py-cpuinfo = ">=5.0.0"
3535
tqdm = "^4.62.3"
36-
tensorflow = "^2.7.0,<=2.12"
36+
tensorflow = [
37+
{ version = "^2.7.0,<=2.12", markers = "sys_platform == 'linux'" },
38+
{ version = "^2.7.0,<=2.10", markers = "sys_platform == 'win32'" }
39+
]
40+
tensorflow-macos = { version = "^2.7.0,<=2.12", markers = "sys_platform == 'darwin'" }
3741
pandas = "^1.3"
3842
tables = "^3.6"
3943
opencv-python-headless = "^4.5"

0 commit comments

Comments
 (0)