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
Next Next commit
fix: Prune dependencies
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
  • Loading branch information
sudohainguyen committed Mar 2, 2024
commit 9ec43d856a464e99d6cfc5038c10ccf010387abc
2 changes: 0 additions & 2 deletions setup.py
Comment thread
sudohainguyen marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"click>=7.0.0,<9.0.0",
"colorama>=0.3.9,<1",
"dill~=0.3.0",
"fastavro>=1.1.0,<2",
"grpcio>=1.56.2,<2",
"grpcio-tools>=1.56.2,<2",
"grpcio-reflection>=1.56.2,<2",
Expand All @@ -55,7 +54,6 @@
"mmh3",
"numpy>=1.22,<1.25",
"pandas>=1.4.3,<3",
"pandavro>=1.7.1",
# Higher than 4.23.4 seems to cause a seg fault
"protobuf<4.23.4,>3.20",
"proto-plus>=1.20.0,<2",
Expand Down