Skip to content

Commit

Permalink
Bump proto to >5
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Dec 19, 2024
1 parent e27db39 commit a088627
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 20 deletions.
5 changes: 3 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ dependencies:
# - bioimage.core via submodule
- python 3.9.*
- numpy >=1.21,<2
- grpcio=1.49.1 # protobuf 5 requires protoc version > 3.19.0 that requires grpcio >= 1.44
- grpcio
- grpcio-tools
- marshmallow-union
- marshmallow=3.12.*
- marshmallow-jsonschema
- protobuf
- protobuf >5
- pyyaml=5.3.*
- requests
- scikit-learn
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
install_requires=[
"bioimageio.spec==0.5.3.3",
"bioimageio.core==0.6.10",
"grpcio>=1.31",
"grpcio",
"numpy<2", # pytorch 2.2.2-py3.9_0 for macos is compiled with numpy 1.*
"protobuf",
"protobuf>5",
"pydantic>=2.7.0,<2.10",
"pytorch3dunet",
"pyyaml",
Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/data_store_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tiktorch/proto/data_store_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from . import data_store_pb2 as data__store__pb2

GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/inference_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tiktorch/proto/inference_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import inference_pb2 as inference__pb2
from . import utils_pb2 as utils__pb2

GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/training_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tiktorch/proto/training_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import training_pb2 as training__pb2
from . import utils_pb2 as utils__pb2

GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions tiktorch/proto/utils_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tiktorch/proto/utils_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import warnings


GRPC_GENERATED_VERSION = '1.68.1'
GRPC_GENERATED_VERSION = '1.67.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down

0 comments on commit a088627

Please sign in to comment.