Skip to content

Commit e4d27e0

Browse files
committed
test
1 parent 459bd59 commit e4d27e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
"pyyaml>=6.0",
88
"cffi>=1.15.1",
99
"torch>=2.10.0.dev,<2.11.0",
10-
"pybind11==2.6.2"
10+
"pybind11==2.6.2",
1111
]
1212
build-backend = "setuptools.build_meta"
1313

@@ -32,7 +32,7 @@ classifiers = [
3232
"Topic :: Software Development :: Libraries",
3333
]
3434
readme = { file = "README.md", content-type = "text/markdown" }
35-
requires-python = ">=3.11"
35+
requires-python = ">=3.10"
3636
keywords = [
3737
"pytorch",
3838
"torch",

0 commit comments

Comments
 (0)