Skip to content

Commit

Permalink
chore: Pin zarr-python<3
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jan 24, 2025
1 parent d70b0c9 commit 3b31d33
Show file tree
Hide file tree
Showing 6 changed files with 1,711 additions and 43 deletions.
7 changes: 0 additions & 7 deletions python/notebooks/IDR_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
41 changes: 22 additions & 19 deletions python/notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,6 @@
"# view canvas above"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"run_vizarr([astronaut_img, noise])"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -181,6 +170,27 @@
")\n",
"viewer"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -199,14 +209,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
7 changes: 0 additions & 7 deletions python/notebooks/mandelbrot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
7 changes: 0 additions & 7 deletions python/notebooks/spatial_transformations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,6 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ build-backend = "hatchling.build"
[project]
name = "vizarr"
version = "0.1.0"
dependencies = ["anywidget", "zarr"]
dependencies = ["anywidget", "zarr<3"]

[project.optional-dependencies]
dev = ["watchfiles", "jupyterlab"]
[dependency-groups]
dev = ["watchfiles", "jupyterlab", "scikit-image"]

# automatically add the dev feature to the default env (e.g., hatch shell)
[tool.hatch.envs.default]
Expand Down
Loading

0 comments on commit 3b31d33

Please sign in to comment.