Files
statsmodels/requirements-dev.txt
2023-05-18 00:21:53 +01:00

24 lines
316 B
Plaintext

# build
cython>=0.29.28,<3.0.0
setuptools_scm[toml]~=7.0
oldest-supported-numpy>=2022.4.18
# run
matplotlib>=3
colorama
joblib
# Remove due to failures on azure CI
# cvxopt; os_name != "win32"
# test
pytest>=7.3.0
pytest-randomly
pytest-xdist
# Pin on Win32
pywinpty; os_name == "nt"
# code quality
flake8
isort