Skip to content

Commit

Permalink
update requirements and bump version for toolshed.
Browse files Browse the repository at this point in the history
  • Loading branch information
uermel committed Apr 7, 2024
1 parent cc0cf93 commit e9763dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Contributions are welcome.
2. Download the most recent build from the [releases page.](https://github.com/uermel/chimerax-ome-zarr/releases)
3. Run the following command in the ChimeraX command prompt to install the plugin:
```
toolshed install /path/to/ChimeraX_OME_Zarr-0.5.2-py3-none-any.whl
toolshed install /path/to/ChimeraX_OME_Zarr-0.5.3-py3-none-any.whl
```
4. Restart ChimeraX

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

[project]
name = "ChimeraX-OME-Zarr"
version = "0.5.2"
version = "0.5.3"
dynamic = ["classifiers", "requires-python"]
dependencies = [
"ChimeraX-Core~=1.7.1",
"ChimeraX-Core>=1.7",
"ome_zarr",
"dask",
"zarr",
Expand Down

0 comments on commit e9763dd

Please sign in to comment.