Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67b15ab

Browse files
committed
Pin NumPy below v2 for 3.7.x
1 parent 69961d6 commit 67b15ab

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)