Skip to content

Commit 4aa0c88

Browse files
authored
Add 313 testing and update build constraints (#3433)
1 parent 531159e commit 4aa0c88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

conda.recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ requirements:
1717
build:
1818
- hatchling
1919
- pip
20-
- python >=3.9
21-
- pytorch >=1.10
20+
- python >=3.9,<=3.13
21+
- pytorch >=1.10,<3
2222
- setuptools
2323

2424
run:
25-
- python >=3.9
26-
- pytorch >=1.10
25+
- python >=3.9,<=3.13
26+
- pytorch >=1.10,<3
2727

2828
test:
2929
imports:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ license-files = ["LICENSE"]
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
]
17-
requires-python = ">=3.9,<3.13"
17+
requires-python = ">=3.9,<=3.13"
1818
dependencies = [
19-
"torch>=1.3,<3",
19+
"torch>=1.10,<3",
2020
"packaging"
2121
]
2222
dynamic = ["version"]

0 commit comments

Comments
 (0)