Skip to content

Commit b36d98c

Browse files
committed
remove version constraint for pytorch and python
1 parent 61e24d3 commit b36d98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
license = {text = "Apache-2.0"}
99
readme = "README.md"
10-
requires-python = ">=3.8,<3.13"
10+
requires-python = ">=3.8"
1111
keywords = ["pytorch", "deep learning", "graph neural networks", "hypergraph neural networks"]
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
@@ -30,10 +30,10 @@ classifiers = [
3030
"License :: OSI Approved :: Apache Software License",
3131
]
3232
dependencies = [
33-
"torch>=1.12.1,<2.0",
33+
"torch>=1.12.1",
3434
"scipy>=1.8",
3535
"optuna",
36-
"numpy<2.0",
36+
"numpy",
3737
"scikit-learn",
3838
"requests",
3939
"matplotlib>=3.7.0",

0 commit comments

Comments
 (0)