Skip to content
Closed
Show file tree
Hide file tree
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"transformations",
"etils",
"einops",
"protobuf<4" # Necessary to avoid "TypeError: Descriptors cannot not be created directly"
"protobuf<5" # Necessary to avoid "TypeError: Descriptors cannot not be created directly"
]

# This is set automatically by flit using `diffren.__version__`
Expand Down
2 changes: 1 addition & 1 deletion third_party/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ scikit-image
transformations
etils
einops
protobuf<4
protobuf<5
importlib-resources
Loading