mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 03:48:11 +08:00
* initial cut at backed mode * make flask multithreading conditional on debug flag * update X access to support backed mode * lint * improve help message for backed mode * fix tests * add MatrixProxy to normalize supported matrix types * add FAQ entry for --backed * remove use of matrix.T * clean up * add ability to disable diffexp from CLI; add hueristic to detect likely slow diffexp calculation, and warn user * fix tests * do not print diffexp speed warning if diffexp is disabled * tweak wording of diffexp speed messages * add FAQ entry on --disable-diffexp * revise heuristic for warning about slow diffexp * use quick tooltip delay on diffexp button
16 lines
312 B
Plaintext
16 lines
312 B
Plaintext
anndata>=0.6.20
|
|
click>=6.7
|
|
Flask>=1.0.2
|
|
Flask-Caching>=1.4.0
|
|
Flask-Compress>=1.4.0
|
|
Flask-Cors>=3.0.6
|
|
Flask-RESTful>=0.3.6
|
|
flatbuffers>=1.10.0
|
|
fsspec>=0.4.4
|
|
numpy>=1.15.2
|
|
pandas>=0.23.1
|
|
scipy>=1.3.0
|
|
tables==3.5.1
|
|
# TEMP workaround for https://github.com/theislab/scanpy/issues/832 aka h5py regression
|
|
h5py==2.9.0
|