mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 06:28:12 +08:00
* add --obs-names and --var-names CLI params * fix lint * performance improvements in scanpy engine * fix lint * fix typo * correctly handle sparse formats in diffexp * fix diffexp and 1d slicing * diffexp uses t-stat, not pval; clean up arg handling * make _slice a static method * revise scanpy tests to match new API
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
anndata>=0.6.12
|
|
click==6.7
|
|
Flask==0.12.4
|
|
Flask-Caching==1.4.0
|
|
Flask-Compress==1.4.0
|
|
Flask-Cors==3.0.6
|
|
Flask-RESTful==0.3.6
|
|
flask-restful-swagger-2==0.35
|
|
numpy==1.14.5
|
|
pandas==0.23.1
|
|
scanpy==1.3.2
|
|
scipy==1.1.0
|
|
scikit-learn==0.19.1
|