Skip to content

Commit cf7abc5

Browse files
authored
Update pyproject.toml
1 parent 74303a9 commit cf7abc5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ classifiers = [
1212
"Programming Language :: Python :: 3.9",
1313
"Programming Language :: Python :: 3.10",
1414
"Programming Language :: Python :: 3.11",
15-
"Programming Language :: Python :: 3.12",
1615
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
1716
"Operating System :: OS Independent"
1817
]
@@ -33,16 +32,16 @@ colorcet = "^3.0.0"
3332
Pillow = ">=8.0.0"
3433
py-cpuinfo = ">=5.0.0"
3534
tqdm = "^4.62.3"
35+
torch = ">=1.10,<3.0"
36+
37+
# OS-specific TensorFlow packages
3638
tensorflow = [
37-
{version = ">=2.7.0,<2.17", python = "<4", markers = "sys_platform == 'linux'"},
38-
{version = "^2.7.0,<=2.10", python = ">=3.9", markers = "sys_platform == 'win32'" }
39+
{ version = ">=2.7.0,<2.17", markers = "sys_platform == 'linux'" },
40+
{ version = "^2.5.0,<=2.10", markers = "sys_platform == 'win32'" }
3941
]
40-
tensorflow-macos = { version = "^2.7.0,<=2.12", markers = "sys_platform == 'darwin'" }
4142
tensorflow-io-gcs-filesystem = { version = "0.27", markers = "sys_platform == 'win32' and python_version >= '3.9' and python_version < '3.11'" }
42-
pandas = "^1.3"
43-
tables = "^3.6"
44-
opencv-python-headless = "^4.5"
45-
dlclibrary = ">=0.0.6"
43+
tensorflow-macos = { version = ">=2.7.0,<2.17", markers = "sys_platform == 'darwin'" }
44+
4645

4746
[tool.poetry.group.dev.dependencies]
4847

0 commit comments

Comments
 (0)