mirror of
https://github.com/statsmodels/statsmodels.git
synced 2023-10-26 18:51:56 +03:00
24 lines
316 B
Plaintext
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
|