Revision 2b478298d8b7c6c6fae3e9c099c28a486eeb77b0 authored by Kevin Sheppard on 25 April 2023, 12:45:39 UTC, committed by Kevin Sheppard on 25 April 2023, 12:45:39 UTC
1 parent 4f9981c
Raw File
requirements-dev.txt
# versioning
setuptools_scm>=6.4.2,<7.0.0
packaging

# Performance
cython>=0.29.30
numba>=0.49,!=0.50.*

# Graphics
matplotlib>=3
seaborn

# Tests
pytest>=7,<7.1
pytest-xdist
pytest-cov

# formatting
black[jupyter]==23.3.0
isort~=5.0
flake8
mypy

# Documentation
ipython>=7
sphinx >=5,<6
sphinx_immaterial
nbsphinx
jupyter
notebook
nbconvert
numpydoc>=0.9.2
sphinx-autodoc-typehints
pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
back to top