Skip to content

Commit

Permalink
fix: update cyclopts version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Nov 26, 2024
1 parent 8ceea8b commit 8349c58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
- h5py
- scipy
- pip:
- cyclopts
- cyclopts>=3.0.0
2 changes: 1 addition & 1 deletion linc_convert/modalities/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Converters for all imaging modalities."""

__all__ = ["df", "lsm", "wk", "psoct"]
from . import df, lsm, psoct, wk
from . import df, lsm, psoct, wk
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages = [{include = "linc_convert"}]

[tool.poetry.dependencies]
python = "^3.10"
cyclopts = "^2.0.0"
cyclopts = "^3.0.0"
numpy = "*"
nibabel = "*"
zarr = "^2.0.0"
Expand Down

0 comments on commit 8349c58

Please sign in to comment.