Skip to content

Commit

Permalink
setup: change required pytorch version from 2.3 to 2.2 (hardware supp…
Browse files Browse the repository at this point in the history
…ort)
  • Loading branch information
paulmueller committed Jun 12, 2024
1 parent ba5d9e0 commit 73ca843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- feat: support PyTorch segmentation models
- fix: show correct default mask postprocessing arguments in CLI help
- setup: bump dcnum from 0.22.1 to 0.23.2
- setup: change required pytorch version from 2.3 to 2.2 (hardware support)
0.5.0
- setup: bump dcnum from 0.20.1 to 0.22.1
0.4.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = ["version"]
[project.optional-dependencies]
cli = ["click>=8"]
gui = ["pyqt6"]
torch = ["torch>=2.3"]
torch = ["torch>=2.2"]

[project.scripts]
chipstream-cli = "chipstream.cli:main"
Expand Down

0 comments on commit 73ca843

Please sign in to comment.