Skip to content

Commit

Permalink
Add pytorch-3dunet dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Dec 9, 2024
1 parent 0cb3535 commit f65ae9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
# - bioimage.core via submodule
- python 3.9.*
- numpy >=1.21,<2
- grpcio=1.44 # protobuf 5 requires protoc version > 3.19.0 that requires grpcio >= 1.44
- grpcio=1.49.1 # protobuf 5 requires protoc version > 3.19.0 that requires grpcio >= 1.44
- marshmallow-union
- marshmallow=3.12.*
- marshmallow-jsonschema
Expand All @@ -20,6 +20,7 @@ dependencies:
- scipy
- typing-extensions
- xarray
- pytorch-3dunet
- setuptools
- pip

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"numpy<2", # pytorch 2.2.2-py3.9_0 for macos is compiled with numpy 1.*
"protobuf",
"pydantic>=2.7.0,<2.10",
"pytorch-3dunet",
"pyyaml",
"xarray",
],
Expand Down

0 comments on commit f65ae9d

Please sign in to comment.