# build
cython>=3.0.10,<4
setuptools_scm[toml]~=8.0

# run
matplotlib>=3
colorama
joblib
# Remove due to failures on azure CI
# cvxopt; os_name != "win32"

# test
pytest>=7.3.0,<8
pytest-randomly
pytest-xdist
pytest-cov

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

# code quality
flake8
isort
