File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ authors = [
6
6
{ name = " Elliott Kasoar" },
7
7
{ name = " Joe Hart" },
8
8
]
9
- requires-python = " <3.13, >=3.10"
9
+ requires-python = " >=3.10"
10
10
classifiers = [
11
11
" Programming Language :: Python" ,
12
12
" Programming Language :: Python :: 3.10" ,
13
13
" Programming Language :: Python :: 3.11" ,
14
14
" Programming Language :: Python :: 3.12" ,
15
+ " Programming Language :: Python :: 3.13" ,
15
16
" Intended Audience :: Science/Research" ,
16
17
" License :: OSI Approved :: BSD License" ,
17
18
" Natural Language :: English" ,
@@ -43,7 +44,7 @@ mace = [
43
44
]
44
45
45
46
orb = [
46
- " orb-models == 0.5.4 ; sys_platform != 'win32'" ,
47
+ " orb-models == 0.5.5 ; sys_platform != 'win32'" ,
47
48
]
48
49
49
50
[project .urls ]
@@ -156,5 +157,9 @@ default-groups = [
156
157
" pre-commit" ,
157
158
]
158
159
160
+ constraint-dependencies = [
161
+ " tensorflow>=2.16.1" ,
162
+ ]
163
+
159
164
[tool .uv .build-backend ]
160
165
module-root = " "
You can’t perform that action at this time.
0 commit comments