Skip to content

Commit 0adb225

Browse files
committed
Update dependencies
1 parent e49b08c commit 0adb225

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ authors = [
66
{ name = "Elliott Kasoar" },
77
{ name = "Joe Hart" },
88
]
9-
requires-python = "<3.13,>=3.10"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python",
1212
"Programming Language :: Python :: 3.10",
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
15+
"Programming Language :: Python :: 3.13",
1516
"Intended Audience :: Science/Research",
1617
"License :: OSI Approved :: BSD License",
1718
"Natural Language :: English",
@@ -43,7 +44,7 @@ mace = [
4344
]
4445

4546
orb = [
46-
"orb-models == 0.5.4; sys_platform != 'win32'",
47+
"orb-models == 0.5.5; sys_platform != 'win32'",
4748
]
4849

4950
[project.urls]
@@ -156,5 +157,9 @@ default-groups = [
156157
"pre-commit",
157158
]
158159

160+
constraint-dependencies = [
161+
"tensorflow>=2.16.1",
162+
]
163+
159164
[tool.uv.build-backend]
160165
module-root = ""

0 commit comments

Comments
 (0)