Files
biopython/ci-dependencies.txt
Peter Cock 9ac94018cd Avoid numpy 2.1.0 here too
Unsure why #4798 passed anyway...
2024-08-21 11:06:35 +01:00

30 lines
426 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!=2.1.0
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