diff --git a/conda_env.yml b/conda_env.yml new file mode 100644 index 00000000..45068df9 --- /dev/null +++ b/conda_env.yml @@ -0,0 +1,11 @@ +name: gprMax +dependencies: +- python>=3.5.1 +- cython +- h5py +- matplotlib +- numpy +- psutil +- pip: + - pyfiglet +