diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000..c982fb54f9 --- /dev/null +++ b/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 + \ No newline at end of file