Skip to content

Commit

Permalink
add dask optional install dependency to installation instructions (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuanzhuang authored Aug 18, 2024
1 parent faa7623 commit 5823de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/contributing_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ is not available for your operating system/architecture from your list.
'biopython>=1.80' \
'chemfiles>=0.10' \
'clustalw=2.1' \
'dask>=2023.1.1' \
'distopia>=0.2.0' \
'duecredit' \
'gsd>3.0.0' \
Expand Down Expand Up @@ -344,6 +345,7 @@ many not available via `pip`, e.g. `clustalw`):
python -m pip install \
'biopython>=1.80' \
'chemfiles>=0.10' \
'dask>=2023.1.1' \
'distopia>=0.2.0' \
'duecredit' \
'gsd>3.0.0' \
Expand Down

0 comments on commit 5823de1

Please sign in to comment.