Files
biopython/ci-dependencies.txt
Peter Cock 7df51f072d Single set of Sphinx CI requirements
Note Sphinx 7.2.0 dropped Python 3.8 support, so didn't
work to include that in all the GitHub Actions

See #4583
2024-01-17 14:21:03 +00:00

30 lines
419 B
Plaintext

# Dependencies for testing and development
# File used by CI workflow
## Building/Packaging
setuptools
wheel
# Style (for RST linting)
# Most style dependencies are handled by pre-commit.
black==22.12.0
## Coverage
coverage
## Testing
numpy
matplotlib
mmtf-python
#MySQL testing disabled due to #3834:
#mysqlclient
#mysql-connector-python
networkx
igraph>=0.10.0
rdflib
reportlab
scipy
# Static type checking
mypy