Skip to content

Commit 943d236

Browse files
committed
only linux for cuda
1 parent c6155bd commit 943d236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747

4848
[project.optional-dependencies]
4949
and-cuda = [
50-
"tensorflow[and-cuda] >= 2.8.0", # 2022/02/02
50+
"tensorflow[and-cuda] >= 2.8.0 ; sys_platform == 'linux'", # 2022/02/02
5151
]
5252
repro = [
5353
# Reproducible results only with Python 3.12 and on CPU

0 commit comments

Comments
 (0)