Skip to content

Commit 298bdde

Browse files
authored
fix: Fix numpy version specification (#3241)
Signed-off-by: Marco Gagliano <[email protected]> Signed-off-by: Marco Gagliano <[email protected]>
1 parent 99e5d25 commit 298bdde

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
@@ -57,7 +57,7 @@
5757
"Jinja2>=2,<4",
5858
"jsonschema",
5959
"mmh3",
60-
"numpy<1.22,<2",
60+
"numpy>1.22,<2",
6161
"pandas>=1,<2",
6262
"pandavro==1.5.*",
6363
"protobuf>3.20,<4",

0 commit comments

Comments
 (0)