diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..62525157c206dc559658519866fcf4204e78bcfb --- /dev/null +++ b/environment.yml @@ -0,0 +1,12 @@ +channels: +- conda-forge +dependencies: +- python=3.8 +# Jupyter +- jupyterlab=2 +# Python Kernel +- matplotlib=3.1 +- numpy=1.17 +- scipy=1.4 +- pip +- pyfftw \ No newline at end of file