Skip to content

Commit 772a762

Browse files
committed
PY: Add environments.yml file for binder.org to use to create a virtual env.
Signed-off-by: Michael Jackson <[email protected]>
1 parent e9f0542 commit 772a762

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

environment.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: pysimplnx
2+
channels:
3+
- conda-forge
4+
- https://conda.anaconda.org/bluequartzsoftware
5+
dependencies:
6+
- python==3.10
7+
- numpy
8+
- matplotlib
9+
- pillow
10+
- scipy
11+
- imageio
12+
- simplnx
13+

0 commit comments

Comments
 (0)