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 531159e commit 4aa0c88Copy full SHA for 4aa0c88
conda.recipe/meta.yaml
@@ -17,13 +17,13 @@ requirements:
17
build:
18
- hatchling
19
- pip
20
- - python >=3.9
21
- - pytorch >=1.10
+ - python >=3.9,<=3.13
+ - pytorch >=1.10,<3
22
- setuptools
23
24
run:
25
26
27
28
test:
29
imports:
pyproject.toml
@@ -14,9 +14,9 @@ license-files = ["LICENSE"]
14
classifiers = [
15
"Programming Language :: Python :: 3",
16
]
-requires-python = ">=3.9,<3.13"
+requires-python = ">=3.9,<=3.13"
dependencies = [
- "torch>=1.3,<3",
+ "torch>=1.10,<3",
"packaging"
dynamic = ["version"]
0 commit comments