Skip to content

Commit b862f3a

Browse files
committed
fix(version): Relieved numpy version
1 parent 7cc5cdf commit b862f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"pytest-runner>=6.0.0",
30-
"numpy>=2.0.0",
30+
"numpy>=1.26.0",
3131
"pytest>=6.0.0",
3232
]
3333
license = {text = "BSD"}
@@ -42,4 +42,4 @@ includes = ["source/jsonconversion"]
4242

4343
[build-system]
4444
requires = ["pdm-backend"]
45-
build-backend = "pdm.backend"
45+
build-backend = "pdm.backend"

0 commit comments

Comments
 (0)