Skip to content

Commit 79e4d46

Browse files
committed
Merge branch 'main' into forman-prep_v0.5
2 parents ff81a11 + a88c882 commit 79e4d46

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.binder/postBuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# See https://mybinder.readthedocs.io/en/latest/using/config_files.html
4+
5+
set -ex
6+
pip install -r requirements.txt -r .binder/requirements.txt
7+
pip install -ve .

.binder/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
h5netcdf
2+
matplotlib

0 commit comments

Comments
 (0)