mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Note Sphinx 7.2.0 dropped Python 3.8 support, so didn't work to include that in all the GitHub Actions See #4583
30 lines
419 B
Plaintext
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
|