Skip to content

Commit 112b292

Browse files
committed
[numpy] use dynamic version
1 parent ef9d74a commit 112b292

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
[build-system]
2-
requires = [
3-
"setuptools>=42",
4-
"wheel",
5-
"oldest-supported-numpy"
6-
]
2+
requires = ["setuptools>=40", "wheel", "oldest-supported-numpy"]
73
build-backend = "setuptools.build_meta"
8-
9-
[project]
10-
name = "bjdata"
11-
dynamic = ["version"]
12-
requires-python = ">=3.7"
13-
dependencies = ["numpy>=1.19"]

0 commit comments

Comments
 (0)