File tree Expand file tree Collapse file tree 2 files changed +26
-10
lines changed
Expand file tree Collapse file tree 2 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 1+ # Build and version
2+ meson-python >= 0.18.0
3+ meson
4+ ninja
5+ setuptools_scm [toml ]>= 8.0.3 ,< 9
6+ packaging
7+ wheel
8+
9+ # Performance
110cython >= 3.0.10
11+
12+ # Testing
13+ pytest >= 8.4.1 ,< 9
14+ pytest-xdist
15+ pytest-cov
16+ pytest-randomly
217xarray >= 0.16
18+ matplotlib
19+
20+ # Linting
321mypy >= 1.3
422black [jupyter ]~= 25.9.0
5- pytest >= 8.4.1 ,< 9
623isort >= 5.12
7- ipython
8- matplotlib
924ruff >= 0.8.6
10- jupyterlab-code-formatter
1125flake8
26+ flake8-bugbear
27+ pandas-stubs
28+ scipy-stubs
29+
30+ # Docs
31+ ipython
1232jupyter
33+ jupyterlab-code-formatter
1334nbconvert
1435nbformat
1536nbsphinx
1637numpydoc
17- pandas-stubs
18- pytest-xdist
19- pytest-cov
2038seaborn
21- setuptools_scm [toml ]>= 8.0.3 ,< 9
2239sphinx
2340sphinx-immaterial
2441sphinxcontrib-spelling
2542sphinx_autodoc_typehints
26- wheel
27- flake8-bugbear
2843jupyterlab >= 4.4.8 # not directly required, pinned by Snyk to avoid a vulnerability
2944zipp >= 3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ matplotlib
77pytest>=8.4.1,<9
88pytest-xdist
99pytest-cov
10+ pytest-randomly
1011seaborn
1112xarray>=0.13
1213wheel
You can’t perform that action at this time.
0 commit comments