Skip to content

Commit 8d35c6e

Browse files
committed
CI/CD remove tensorflow-metal
1 parent e6336f7 commit 8d35c6e

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

poetry.lock

Lines changed: 2 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ tensorflow = [
4747
{ version = "^2.7.0,<=2.12", optional = true, platform = "linux" },
4848
]
4949
tensorflow-macos = { version = "^2.7.0,<=2.12", optional = true, markers = "sys_platform == 'darwin'" }
50-
tensorflow-metal = { version = "<1.3.0", optional = true, markers = "sys_platform == 'darwin'" }
5150
tensorflow-io-gcs-filesystem = [
5251
{ version = "==0.27", optional = true, platform = "win32", python = ">=3.10,<3.11" },
5352
{ version = "*", optional = true, platform = "linux" },
5453
{ version = "*", optional = true, markers = "sys_platform == 'darwin'" }
5554
]
5655

5756
[tool.poetry.extras]
58-
tf = [ "tensorflow", "tensorflow-macos", "tensorflow-metal", "tensorflow-io-gcs-filesystem"]
57+
tf = [ "tensorflow", "tensorflow-macos", "tensorflow-io-gcs-filesystem"]
5958
pytorch = ["scipy", "timm", "torch", "torchvision"]
6059

6160
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)