Newer
Older
[build-system]
requires = [
"cython >= 3.0.2",
"meson-python >= 0.15.0",
"numpy==1.24.4; python_version=='3.11' and platform_python_implementation != 'PyPy'",
name = "python-mumps"
description = "Bindings and Python interface for the MUMPS sparse solver"
readme = "README.md"
authors = [
{name = "Python-MUMPS authors", email = "authors@kwant-project.org"}
homepage = "https://gitlab.kwant-project.org/kwant/python-mumps"
repository = "https://gitlab.kwant-project.org/kwant/python-mumps"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering",
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows"
]
"numpy >= 1.23",
"scipy >= 1.8",
homepage = "https://gitlab.kwant-project.org/kwant/python-mumps"
package = "mumps"
"spin.cmds.meson.test",
"spin.cmds.pip.install"
]
[tool.ruff.pydocstyle]
convention = "numpy"
[tool.ruff.flake8-quotes]
docstring-quotes = "double"
[tool.black]
line-length = 88
[tool.codespell]