Files
cellxgene/server/requirements.txt
T
Seve Badajoz f68de84758 Updates due dependency version changes. (#1960)
* Updates due dependency version changes.

h5py recently changes and now values once returned as str are now returned as bytes.
This would have caused a much larger change, so instead the version is restricted to <3.0.0.

This caused the bulk of the testing failues.
A few other changes were needed to make a few other tests pass.

 #1959
2020-11-04 16:11:38 -08:00

26 lines
492 B
Plaintext

anndata>=0.6.20
boto3>=1.12.18
click>=7.1.2
fastobo>=0.6.1
Flask>=1.0.2
Flask-Compress>=1.4.0
Flask-Cors>=3.0.6
Flask-RESTful>=0.3.6
flask-server-timing>=0.1.2
flask-talisman>=0.7.0
flatbuffers>=1.11.0
flatten-dict>=0.2.0
fsspec>=0.4.4,<0.8.0
gunicorn>=20.0.4
h5py<3.0.0 # h5py returns bytes instead of str, which breaks many assumptions
numba>=0.49.1
numpy>=1.16.0
packaging>=20.0
pandas>=0.24.2
PyYAML>=5.3
scipy>=1.3.0
requests>=2.22.0
tiledb>=0.5.9,>=0.6.2
s3fs==0.4.2
sqlalchemy>=1.3.18