Skip to content

Commit 2936b70

Browse files
authored
Add pyarrow and s3fs to readme and overview (#256)
1 parent e0063c5 commit 2936b70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

00_overview.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"You will need the following core libraries\n",
202202
"\n",
203203
"\n",
204-
" conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch scipy dask distributed dask-labextension\n",
204+
" conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch pyarrow s3fs scipy dask distributed dask-labextension\n",
205205
"\n",
206206
"Note that these options will alter your existing environment, potentially changing the versions of packages you already\n",
207207
"have installed."
@@ -325,7 +325,7 @@
325325
"name": "python",
326326
"nbconvert_exporter": "python",
327327
"pygments_lexer": "ipython3",
328-
"version": "3.9.13"
328+
"version": "3.10.5"
329329
}
330330
},
331331
"nbformat": 4,

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In the main repo directory
2929

3030
You will need the following core libraries
3131

32-
conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch scipy dask distributed dask-labextension
32+
conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch pyarrow s3fs scipy dask distributed dask-labextension
3333

3434
Note that these options will alter your existing environment, potentially changing the versions of packages you already
3535
have installed.

0 commit comments

Comments
 (0)