Skip to content

Commit 93c9513

Browse files
authored
updame missed numpy requirements (#3142)
1 parent e2f3b09 commit 93c9513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sympy>=1.7.1
22
tqdm>=4.54.1
3-
numpy>=1.16.6,<1.20
3+
numpy>=1.16.6,<1.20; python_version <= "3.6"
4+
numpy>=1.16.6,<=1.21; python_version > "3.6"

0 commit comments

Comments
 (0)