Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion lib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Pandas <1.4 has a bug related to deleting columns in a DataFrame changing
# the index dtype.
"pandas>=1.4.0, <3",
"pillow>=7.1.0, <12",
"pillow>=7.1.0, <13",
# `protoc` < 3.20 is not able to generate protobuf code compatible with protobuf >= 3.20.
"protobuf>=3.20, <7",
# pyarrow is not semantically versioned, gets new major versions frequently, and
Expand Down