Skip to content

Commit

Permalink
Merge pull request #26706 from QuLogic/pin-numpy
Browse files Browse the repository at this point in the history
Pin NumPy below v2 for 3.7.x
  • Loading branch information
timhoffm committed Sep 6, 2023
2 parents 69961d6 + 67b15ab commit e2a3029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def make_release_tree(self, base_dir, files):
"cycler>=0.10",
"fonttools>=4.22.0",
"kiwisolver>=1.0.1",
"numpy>=1.20",
"numpy>=1.20,<2",
"packaging>=20.0",
"pillow>=6.2.0",
"pyparsing>=2.3.1",
Expand Down

0 comments on commit e2a3029

Please sign in to comment.