Skip to content

Commit

Permalink
Remove direct torch dependency (close #355)
Browse files Browse the repository at this point in the history
Note that when torch 2.0 is used this change also introduces additional dependencies (e.g. sympy and mpmath)
  • Loading branch information
tcompa committed Jun 7, 2023
1 parent 9564153 commit f090e20
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 25 deletions.
86 changes: 62 additions & 24 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ napari-workflows = { version = "^0.2.8", optional = true }
napari-skimage-regionprops = { version = "^0.8.1", optional = true }
napari-tools-menu = { version = "^0.1.19", optional = true }
cellpose = { version = "~2.2", optional = true }
torch = { version = "==1.12.1", optional = true }

[tool.poetry.extras]
fractal-tasks = ["Pillow", "imageio-ffmpeg", "scikit-image", "llvmlite", "napari-segment-blobs-and-things-with-membranes", "napari-workflows", "napari-skimage-regionprops", "napari-tools-menu", "cellpose", "torch"]
Expand Down

0 comments on commit f090e20

Please sign in to comment.