Skip to content

Commit 95819cc

Browse files
committed
numpy 1.20.0 supports only python >= 3.7
1 parent 2727f29 commit 95819cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ pandas # pyup: ignore
22
requests>2,<3
33
urllib3>1.24,<1.26
44
websocket-client>=0.56.0,<1
5-
websockets>=8.0,<9
5+
websockets>=8.0,<9
6+
numpy<=1.19.4

0 commit comments

Comments
 (0)