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 <[email protected]>
  • Loading branch information
imikejackson committed Feb 7, 2024
1 parent 840edd6 commit cce3888
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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 cce3888

Please sign in to comment.