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 ef9d74a commit 112b292Copy full SHA for 112b292
pyproject.toml
@@ -1,13 +1,3 @@
1
[build-system]
2
-requires = [
3
- "setuptools>=42",
4
- "wheel",
5
- "oldest-supported-numpy"
6
-]
+requires = ["setuptools>=40", "wheel", "oldest-supported-numpy"]
7
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