Skip to content

Commit 767c68a

Browse files
committed
support pytorch 2.6
1 parent eea7673 commit 767c68a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = [
1212
dependencies = [
1313
"h5py",
1414
# "nnpops",
15-
"torch==2.5.1.*",
15+
"torch>=2.5",
1616
"torch_geometric",
1717
"lightning",
1818
"tqdm",
@@ -34,5 +34,5 @@ include = ["torchmdnet*"]
3434
namespaces = false
3535

3636
[build-system]
37-
requires = ["setuptools>=64", "setuptools-scm>=8", "torch==2.5.1.*"]
37+
requires = ["setuptools>=64", "setuptools-scm>=8", "torch>=2.5"]
3838
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)