Skip to content

Commit

Permalink
Add pyarrow and s3fs to readme and overview (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsignell committed Jul 10, 2022
1 parent e0063c5 commit 2936b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 00_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"You will need the following core libraries\n",
"\n",
"\n",
" conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch scipy dask distributed dask-labextension\n",
" conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch pyarrow s3fs scipy dask distributed dask-labextension\n",
"\n",
"Note that these options will alter your existing environment, potentially changing the versions of packages you already\n",
"have installed."
Expand Down Expand Up @@ -325,7 +325,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.10.5"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In the main repo directory

You will need the following core libraries

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

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

0 comments on commit 2936b70

Please sign in to comment.