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 7cc5cdf commit b862f3aCopy full SHA for b862f3a
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
dependencies = [
29
"pytest-runner>=6.0.0",
30
- "numpy>=2.0.0",
+ "numpy>=1.26.0",
31
"pytest>=6.0.0",
32
33
license = {text = "BSD"}
@@ -42,4 +42,4 @@ includes = ["source/jsonconversion"]
42
43
[build-system]
44
requires = ["pdm-backend"]
45
-build-backend = "pdm.backend"
+build-backend = "pdm.backend"
0 commit comments