forked from GridTools/gt4py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.in
44 lines (44 loc) · 1000 Bytes
/
requirements-dev.in
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
#
# Constraints should specify the minimum required version (>=).
#
# Packages also required in the extra `gt4py['all-cpu']` configuration
# should be added here without constraints, so they will use the
# constraints defined in `pyproject.toml`.
#
bump-my-version>=0.12.0
clang-format>=9.0
cogapp>=3.3
coverage[toml]>=5.0
darglint>=1.6
flake8>=5.0.4
flake8-bugbear>=20.11.1
flake8-builtins>=1.5.3
flake8-debugger>=4.0.0
flake8-docstrings>=1.5.0
flake8-eradicate>=1.3.0
flake8-mutable>=1.2.0
flake8-pyproject>=1.2.2
flake8-rst-docstrings>=0.0.14
hypothesis # constraints in gt4py['testing']
isort>=5.10
jupytext>=1.14
mypy>=1.0
matplotlib>=3.3
nbmake>=1.4.6
pipdeptree>=2.3
pip-tools>=6.10
pre-commit>=2.17
psutil>=5.0
pygments>=2.7.3
pytest # constraints in gt4py['testing']
pytest-cache>=1.0
pytest-cov>=2.8
pytest-factoryboy>=2.0.3
pytest-xdist[psutil]>=2.4
pytest-instafail>=0.5.0
ruff>=0.2.0
sphinx>=4.4
sphinx_rtd_theme>=1.0
tomli>=2.0.1;python_version<'3.11'
tox>=3.2.0
types-all>=1.0.0