requirements-dev.txt 263 B

1234567891011
  1. pytest==6.2.5 # see https://github.com/pytest-dev/pytest/issues/9621
  2. pytest-forked
  3. pytest-asyncio==0.16.0
  4. pytest-cov
  5. coverage==6.0.2 # see https://github.com/pytest-dev/pytest-cov/issues/520
  6. tqdm
  7. scikit-learn
  8. black==22.3.0
  9. isort==5.10.1
  10. codespell==2.2.2
  11. psutil