Skip to content

Commit 12f3307

Browse files
authored
Cleanup groupby (#16)
* update groupby example to be more reproducible * add pyproject.toml for uv
1 parent 3c58d43 commit 12f3307

File tree

3 files changed

+354
-153
lines changed

3 files changed

+354
-153
lines changed

gallery/2d_groupby.ipynb

Lines changed: 335 additions & 153 deletions
Large diffs are not rendered by default.
418 KB
Loading

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[project]
2+
name = "xarray-for-biology"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.13"
7+
dependencies = [
8+
"flox>=0.10.6",
9+
"jupyter-book>=1.0.4.post1",
10+
"jupyterlab>=4.4.7",
11+
"matplotlib>=3.10.6",
12+
"numpy>=2.3.2",
13+
"scikit-image>=0.25.2",
14+
"xarray>=2025.8.0",
15+
]
16+
17+
[dependency-groups]
18+
dev = ["jupyterlab-myst>=2.4.2"]
19+
vim = ["jupyterlab-vim>=4.1.4"]

0 commit comments

Comments
 (0)