Skip to content

Commit 0cc7137

Browse files
committed
Unpin tensorflow higher version limit
1 parent 3a2b516 commit 0cc7137

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ torchvision = { version = ">=0.15", optional = true }
4545
# TensorFlow models
4646
tensorflow = [
4747
{ version = "^2.7.0,<=2.10", optional = true, platform = "win32" },
48-
{ version = "^2.7.0,<=2.12", optional = true, platform = "linux" },
48+
{ version = "^2.7.0", optional = true, platform = "linux" },
4949
]
50-
tensorflow-macos = { version = "^2.7.0,<=2.12", optional = true, markers = "sys_platform == 'darwin'" }
50+
tensorflow-macos = { version = "^2.7.0", optional = true, markers = "sys_platform == 'darwin'" }
5151
tensorflow-io-gcs-filesystem = [
5252
{ version = "==0.27", optional = true, platform = "win32", python = ">=3.10,<3.11" },
5353
{ version = "*", optional = true, platform = "linux" },

0 commit comments

Comments
 (0)