Skip to content

Commit

Permalink
PY: Add environments.yml file for binder.org to use to create a virtu…
Browse files Browse the repository at this point in the history
…al env.

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Mar 15, 2024
1 parent e9f0542 commit 772a762
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions environment.yml
@@ -0,0 +1,13 @@
name: pysimplnx
channels:
- conda-forge
- https://conda.anaconda.org/bluequartzsoftware
dependencies:
- python==3.10
- numpy
- matplotlib
- pillow
- scipy
- imageio
- simplnx

0 comments on commit 772a762

Please sign in to comment.