-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
47 lines (43 loc) · 844 Bytes
/
requirements-dev.txt
File metadata and controls
47 lines (43 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Build and version
meson-python>=0.18.0
meson
ninja
setuptools_scm[toml]>=8.0.3,<9
packaging
wheel
# Performance
cython>=3.0.10
# Testing
pytest>=8.4.1,<9
pytest-xdist
pytest-cov
pytest-randomly
coverage[toml]
xarray>=0.16
matplotlib
# Linting
mypy>=1.3
black[jupyter]~=25.9.0
isort>=5.12
ruff>=0.8.6
flake8
flake8-bugbear
pandas-stubs
scipy-stubs
# Docs
ipython
jupyter
jupyterlab-code-formatter
nbconvert
nbformat
nbsphinx
numpydoc
seaborn
sphinx
sphinx-immaterial
sphinxcontrib-spelling
sphinx_autodoc_typehints
jupyterlab>=4.4.8 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.61.0 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.5.3 # not directly required, pinned by Snyk to avoid a vulnerability