mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-18 18:38:11 +08:00
Fixed some faulty requirements
Not tested on latest flask version yet The latest anndata is causing problems with sorting numeric indexes. I made a separate issue to actually fix that at a later point.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
aniso8601==3.0.2
|
||||
anndata==0.6.4
|
||||
anndata==0.6.1
|
||||
certifi==2018.4.16
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
cycler==0.10.0
|
||||
decorator==4.3.0
|
||||
Flask==1.0.2
|
||||
Flask==0.12.4
|
||||
Flask-Compress==1.4.0
|
||||
Flask-Cors==3.0.6
|
||||
Flask-RESTful==0.3.6
|
||||
|
||||
Reference in New Issue
Block a user