Skip to content

Commit

Permalink
Fix(dependencies): Set bioimageio-core version greater than 0.7.0 (#280)
Browse files Browse the repository at this point in the history
### Description

- **What**: Set bioimageio-core version greater than 0.7.0
- **Why**: Following the new `bioimage-core` release (0.7.0), we needed
to make some fixes (part of PR #279). The most convenient function to
solve this problem, `resolve_and_extract` only exists since 0.7.0.
- **How**: In pyproject.toml

### Changes Made

- **Modified**: pyproject.toml

---

**Please ensure your PR meets the following requirements:**

- [x] Code builds and passes tests locally, including doctests
- [ ] New tests have been added (for bug fixes/features)
- [x] Pre-commit passes
- [ ] PR to the documentation exists (for bug fixes / features)
  • Loading branch information
melisande-c authored Nov 20, 2024
1 parent 5f85f3b commit 240e4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
'numpy<2.0.0',
'torch>=2.0.0',
'torchvision',
'bioimageio.core>=0.6.9',
'bioimageio.core>=0.7.0',
'tifffile',
'psutil',
'pydantic>=2.5,<2.9',
Expand Down

0 comments on commit 240e4d3

Please sign in to comment.