Skip to content

Commit

Permalink
Fixed dask version for better performance (#136)
Browse files Browse the repository at this point in the history
* Fixed Dask version for better performance

* updated dependencies
  • Loading branch information
Gautam8387 authored Dec 17, 2024
1 parent 4e93e14 commit d1c8deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ threadpoolctl
joblib
numba
hnswlib
dask[array]>=2024.7.1
zarr
dask[array]<=2024.7.1
zarr<=2.16.0
h5py>=3.3.0
umap-learn
leidenalg
Expand Down

0 comments on commit d1c8deb

Please sign in to comment.