Skip to content

Commit 94ae037

Browse files
committed
Add environment.yml for mybinder
I hope it takes precedence over requirements.py Signed-off-by: Alexis Jeandet <[email protected]>
1 parent 5f92dca commit 94ae037

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

environment.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: binder-environment
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python
6+
- numpy
7+
- ipympl
8+
- pip
9+
- pip:
10+
- speasy
11+
- matplotlib

0 commit comments

Comments
 (0)