Skip to content

Commit 0525d8b

Browse files
committed
Remove numpy version pin and pandas pin
Signed-off-by: Willem Pienaar <git@willem.co>
1 parent 071de64 commit 0525d8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"Jinja2>=2.0.0",
4848
"jsonschema",
4949
"mmh3",
50-
"numpy<1.20.0",
51-
"pandas~=1.0.0",
50+
"pandas>=1.0.0",
5251
"pandavro==1.5.*",
5352
"protobuf>=3.10",
5453
"pyarrow>=2.0.0",

0 commit comments

Comments
 (0)