We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459bd59 commit e4d27e0Copy full SHA for e4d27e0
pyproject.toml
@@ -7,7 +7,7 @@ requires = [
7
"pyyaml>=6.0",
8
"cffi>=1.15.1",
9
"torch>=2.10.0.dev,<2.11.0",
10
- "pybind11==2.6.2"
+ "pybind11==2.6.2",
11
]
12
build-backend = "setuptools.build_meta"
13
@@ -32,7 +32,7 @@ classifiers = [
32
"Topic :: Software Development :: Libraries",
33
34
readme = { file = "README.md", content-type = "text/markdown" }
35
-requires-python = ">=3.11"
+requires-python = ">=3.10"
36
keywords = [
37
"pytorch",
38
"torch",
0 commit comments