Skip to content

Commit

Permalink
fix: Change numpy version <1.25 dependency to <2 in setup.py (#4085)
Browse files Browse the repository at this point in the history
Fixes #4084

change numpy version to <2 to avoid installation error

Signed-off-by: stephenyau <softwareentrepreneer@gmail.com>
  • Loading branch information
softwareentrepreneer committed Apr 19, 2024
1 parent 65056ce commit 2ba71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Jinja2>=2,<4",
"jsonschema",
"mmh3",
"numpy>=1.22,<1.25",
"numpy>=1.22,<2",
"pandas>=1.4.3,<3",
# Higher than 4.23.4 seems to cause a seg fault
"protobuf>=4.24.0,<5.0.0",
Expand Down

0 comments on commit 2ba71ff

Please sign in to comment.