https://github.com/bashtage/arch
Raw File
Tip revision: 72acfb6548dddb31af10584dff3028d803bb2e68 authored by Kevin Sheppard on 05 February 2021, 12:27:18 UTC
Merge pull request #446 from bashtage/final-fix
Tip revision: 72acfb6
requirements-dev.txt
# Performance
cython>=0.29.21
numba>=0.49,!=0.50.*

# Graphics
matplotlib>=2
seaborn

# Tests
pytest>=5
pytest-xdist

# formatting
black==20.8b1
isort
flake8

# Documentation
ipython>=6
sphinx>=1.8
sphinx_material
nbsphinx
jupyter
notebook
nbconvert==5.6.1
numpydoc>=0.9.2
sphinx-autodoc-typehints
back to top