Unverified Commit 8fae572c authored by Thorsten Kurth's avatar Thorsten Kurth Committed by GitHub
Browse files

Update pyproject.toml (#60)

This small fix removes the maximum version number requirement of torch harmonics
parent 1063926f
......@@ -35,7 +35,7 @@ classifiers = [
dependencies = [
"torch>=2.4.0",
"numpy>=1.22.4,<1.25",
"numpy>=1.22.4",
]
[tool.setuptools.dynamic]
......@@ -48,4 +48,4 @@ version = {attr = "torch_harmonics.__version__"}
dev = [
"pytest>=6.0.0",
"coverage>=6.5.0",
]
\ No newline at end of file
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment