From c841952ecdfd40bf770c32ed6efb2172c264b3f6 Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Sat, 17 Aug 2024 22:36:29 -0700 Subject: [PATCH] add dask --- doc/source/contributing_code.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/contributing_code.rst b/doc/source/contributing_code.rst index eca7b9bc..7f36c064 100644 --- a/doc/source/contributing_code.rst +++ b/doc/source/contributing_code.rst @@ -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' \ @@ -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' \