8000 Merge pull request #26706 from QuLogic/pin-numpy · matplotlib/matplotlib@e2a3029 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2a3029

Browse files
authored
Merge pull request #26706 from QuLogic/pin-numpy
Pin NumPy below v2 for 3.7.x
2 parents 69961d6 + 67b15ab commit e2a3029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def make_release_tree(self, base_dir, files):
322322
"cycler>=0.10",
323323
"fonttools>=4.22.0",
324324
"kiwisolver>=1.0.1",
325-
"numpy>=1.20",
325+
"numpy>=1.20,<2",
326326
"packaging>=20.0",
327327
"pillow>=6.2.0",
328328
"pyparsing>=2.3.1",

0 commit comments

Comments
 (0)
0