update umap version (#2021)

There is an interface change in 0.5.0 which is not compatible with our
version of scanpy.
This commit is contained in:
bmccandless
2021-01-13 13:01:46 -08:00
committed by GitHub
parent e264724597
commit 0e48b335be

View File

@@ -24,3 +24,4 @@ tiledb>=0.5.9,>=0.6.2,!=0.7.2
s3fs==0.4.2
scanpy==1.4.6 # Until we move to anndata 0.7.4 scanpy needs to be pinned here
sqlalchemy>=1.3.18
umap-learn<0.5.0 # The pinned version scanpy is not compatible with latest umap-learn