We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319d7de commit 4caa231Copy full SHA for 4caa231
pyproject.toml
@@ -1,10 +1,9 @@
1
[build-system]
2
requires = [
3
"setuptools>=64",
4
- "setuptools<72.2; implementation_name == 'pypy'", # https://github.com/pypa/distutils/issues/283
5
"setuptools_scm>=7",
6
- "numpy>=2.0.0rc1",
7
- "Cython>=3.0.10,<3.1.0",
+ "numpy>=2",
+ "Cython>=3",
8
]
9
build-backend = "setuptools.build_meta"
10
@@ -13,7 +12,7 @@ requires-python = ">=3.9"
13
12
name = "pentapy"
14
authors = [{name = "Sebastian Müller", email = "info@geostat-framework.org"}]
15
readme = "README.md"
16
-license = { text = "MIT License" }
+license = "MIT License"
17
dynamic = ["version"]
18
description = "pentapy: A toolbox for pentadiagonal matrizes."
19
classifiers = [
0 commit comments