Skip to content

Commit 01cac48

Browse files
authored
Freeze numpy version (#1302)
Signed-off-by: Oleksii Moskalenko <[email protected]>
1 parent 510f7aa commit 01cac48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ googleapis-common-protos==1.52.0
1010
grpcio==1.31.0
1111
grpcio-testing==1.31.0
1212
grpcio-tools==1.31.0
13-
numpy
13+
numpy<1.20.0
1414
mock==2.0.0
1515
pandas~=1.0.0
1616
protobuf==3.*

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"toml==0.10.*",
4343
"tqdm==4.*",
4444
"pyarrow==2.0.0",
45-
"numpy",
45+
"numpy<1.20.0",
4646
"google",
4747
"kubernetes==12.0.*",
4848
]

0 commit comments

Comments
 (0)