# build
cython>=0.29.33,<4.0.0
setuptools_scm[toml]~=8.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
pytest-cov

# Pin on Win32
pywinpty; os_name == "nt"

# code quality
flake8
isort
