Skip to content

Commit e9763dd

Browse files
committed
update requirements and bump version for toolshed.
1 parent cc0cf93 commit e9763dd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Contributions are welcome.
2424
2. Download the most recent build from the [releases page.](https://github.com/uermel/chimerax-ome-zarr/releases)
2525
3. Run the following command in the ChimeraX command prompt to install the plugin:
2626
```
27-
toolshed install /path/to/ChimeraX_OME_Zarr-0.5.2-py3-none-any.whl
27+
toolshed install /path/to/ChimeraX_OME_Zarr-0.5.3-py3-none-any.whl
2828
```
2929
4. Restart ChimeraX
3030

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
33

44
[project]
55
name = "ChimeraX-OME-Zarr"
6-
version = "0.5.2"
6+
version = "0.5.3"
77
dynamic = ["classifiers", "requires-python"]
88
dependencies = [
9-
"ChimeraX-Core~=1.7.1",
9+
"ChimeraX-Core>=1.7",
1010
"ome_zarr",
1111
"dask",
1212
"zarr",

0 commit comments

Comments
 (0)