Skip to content

Commit ab6882b

Browse files
committed
update numpy dep version.
1 parent 04ac3cf commit ab6882b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Database :: Front-Ends",
2020
"Topic :: Scientific/Engineering"
2121
]
22-
dependencies = ["numpy>=1.26.0"] # Keep in sync with build-system.requires
22+
dependencies = ["numpy>=1.21.0"] # Keep in sync with build-system.requires
2323
[project.license]
2424
text = "Apache License 2.0"
2525

@@ -46,7 +46,7 @@ requires = [
4646
"setuptools>=45.2.0",
4747
"wheel>=0.34.2",
4848
"cython>=0.29.24",
49-
"numpy>=1.26.0", # keep in sync with project.dependencies
49+
"numpy>=1.21.0", # keep in sync with project.dependencies
5050
]
5151

5252

0 commit comments

Comments
 (0)