Skip to content

Commit 2809508

Browse files
authored
Synchronize readme and env spec and put pins in env to mildly future-proof (#250)
* Synchronize readme and env spec and put pins in env to mildly future-proof * Add labextention
1 parent 9dfcacc commit 2809508

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In the main repo directory
4949

5050
You will need the following core libraries
5151

52-
conda install numpy pandas h5py python-graphviz pillow matplotlib scipy toolz pytables snakeviz scikit-image dask distributed -c conda-forge
52+
conda install -c conda-forge ipycytoscape jupyterlab python-graphviz matplotlib zarr xarray pooch scipy dask distributed dask-labextension
5353

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

binder/environment.yml

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
1-
name: dask-tutorial-22
1+
name: dask-tutorial
22
channels:
33
- conda-forge
44
dependencies:
55
- python=3.9
6-
- nodejs
7-
- jupyterlab>=2.0.0
8-
- numpy>=1.18.1
9-
- h5py
10-
- holidays
11-
- scipy>=1.3.0
12-
- bokeh>=2.0.0
13-
- dask=2022.06.1
6+
- jupyterlab=2
7+
- numpy=1.23
8+
- scipy=1.8
9+
- bokeh=2.4
10+
- dask=2022.6.1
1411
- dask-labextension
15-
- distributed=2022.06.1
16-
- notebook
12+
- distributed=2022.6.1
1713
- matplotlib
18-
- pandas>=1.0.1
19-
- pytables
20-
- scikit-learn>=0.22.1
14+
- pandas=1.4
2115
- pip
22-
- s3fs
23-
- pyarrow
24-
- ipywidgets>=7.5
2516
- python-graphviz
2617
- ipycytoscape
2718
- zarr
28-
- ipycytoscape
2919
- pooch
3020
- xarray
31-
- jupyter_bokeh
3221
- mamba
33-
- ipywidgets

0 commit comments

Comments
 (0)