Skip to content

Commit 4caa231

Browse files
committed
simpler build sys
1 parent 319d7de commit 4caa231

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
22
requires = [
33
"setuptools>=64",
4-
"setuptools<72.2; implementation_name == 'pypy'", # https://github.com/pypa/distutils/issues/283
54
"setuptools_scm>=7",
6-
"numpy>=2.0.0rc1",
7-
"Cython>=3.0.10,<3.1.0",
5+
"numpy>=2",
6+
"Cython>=3",
87
]
98
build-backend = "setuptools.build_meta"
109

@@ -13,7 +12,7 @@ requires-python = ">=3.9"
1312
name = "pentapy"
1413
authors = [{name = "Sebastian Müller", email = "info@geostat-framework.org"}]
1514
readme = "README.md"
16-
license = { text = "MIT License" }
15+
license = "MIT License"
1716
dynamic = ["version"]
1817
description = "pentapy: A toolbox for pentadiagonal matrizes."
1918
classifiers = [

0 commit comments

Comments
 (0)