Files
ports/science/py-morphio/files/patch-pyproject.toml
T
Wen Heping 3e0fa24d33 science/py-morphio: New port
MorphIO is a library for reading and writing neuron morphology files.
It supports the following formats:

SWC
ASC (aka. neurolucida)
H5 v1
H5 v2 is not supported anymore, see H5v2
2026-05-01 00:50:29 +00:00

12 lines
211 B
TOML

--- pyproject.toml.orig 2026-05-01 00:38:10 UTC
+++ pyproject.toml
@@ -2,8 +2,6 @@ requires = [
requires = [
"setuptools>=24.2.0",
"wheel",
- "cmake",
- "ninja",
]
[tool.pytest.ini_options]