8000 Merge pull request #24278 from QuLogic/oldest-numpy · matplotlib/matplotlib@5c58816 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5c58816

Browse files
authored
Merge pull request #24278 from QuLogic/oldest-numpy
Use oldest-supported-numpy for build
2 parents f15aeee + 8c68325 commit 5c58816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"certifi>=2020.06.20",
5-
"numpy>=1.19",
5+
"oldest-supported-numpy",
66
"setuptools_scm>=7",
77
]

0 commit comments

Comments
 (0)
0