Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert numpy version
Signed-off-by: Dmytro Miedviediev <beardimon2001@gmail.com>
  • Loading branch information
BearDimonR committed Oct 20, 2023
commit 365a018835b663a7362876f3b19d8430d05650a0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"Jinja2>=2,<4",
"jsonschema",
"mmh3",
"numpy>=1.22,<1.27",
"numpy>=1.22,<1.25",
"pandas>=1.4.3,<2",
# For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
"pandavro~=1.5.0",
Expand Down