Skip to content

Commit

Permalink
Merge pull request #330 from WeilerP/fix/incompatible_umap_version
Browse files Browse the repository at this point in the history
Fix umap-learn version
  • Loading branch information
VolkerBergen committed Jan 20, 2021
2 parents 95d90de + b5d8063 commit 53e58d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scanpy>=1.5 # adapt to new anndata attributes (v1.5)
loompy>=2.0.12 # introduced sparsity support (v2.0.12)

# for computing neighbor graph connectivities
umap-learn>=0.3.10 # removed numba warnings (v0.3.10)
umap-learn>=0.3.10, <0.5 # removed numba warnings (v0.3.10)

# standard requirements for data analysis
numpy>=1.17 # extension/speedup in .nan_to_num, .exp (v1.17)
Expand Down

0 comments on commit 53e58d7

Please sign in to comment.