Skip to content

Commit 5823de1

Browse files
authored
add dask optional install dependency to installation instructions (#379)
1 parent faa7623 commit 5823de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/contributing_code.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ is not available for your operating system/architecture from your list.
252252
'biopython>=1.80' \
253253
'chemfiles>=0.10' \
254254
'clustalw=2.1' \
255+
'dask>=2023.1.1' \
255256
'distopia>=0.2.0' \
256257
'duecredit' \
257258
'gsd>3.0.0' \
@@ -344,6 +345,7 @@ many not available via `pip`, e.g. `clustalw`):
344345
python -m pip install \
345346
'biopython>=1.80' \
346347
'chemfiles>=0.10' \
348+
'dask>=2023.1.1' \
347349
'distopia>=0.2.0' \
348350
'duecredit' \
349351
'gsd>3.0.0' \

0 commit comments

Comments
 (0)