Files
cellxgene/server/requirements-dev.txt
Andrew Tolopko 30e19e47c6 feat: add cli annotation subcommand (#2539)
add `cellxgene annotate` subcommand for invoking MLflow model to generate new `obs` annotations, initially intended for cell type annotations.
2022-07-29 05:15:54 -07:00

11 lines
184 B
Plaintext

black
bumpversion>=0.5
codecov>=2.0.15
parameterized>=0.7.0
pytest>=3.6.3
python-jose>=3.2.0
twine>=1.12.1
-r requirements.txt
-r requirements-prepare.txt
-r requirements-annotate.txt