Skip to content

Commit

Permalink
Don't set dask complete in requirements.txt, instead install only wha…
Browse files Browse the repository at this point in the history
…t is really necessary for our dask use
  • Loading branch information
remi-braun committed Jan 14, 2025
1 parent ab370b2 commit 3395838
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ spyndex>=0.3.0
# SERTIT libs
sertit[full]>=1.44.1

# Optimizations
dask[complete]>=2024.5.1 # numpy >= 2
# Dask
dask>=2024.5.1
distributed
s3fs
cytoolz

# Caching
methodtools

# Plot
Expand Down

0 comments on commit 3395838

Please sign in to comment.