From c4042041104fcfc721d70c0cbb96e10055d7df2a Mon Sep 17 00:00:00 2001 From: Nando Farchmin <nando.farchmin@gmail.com> Date: Thu, 25 May 2023 16:51:00 +0200 Subject: [PATCH] Add environment file and ipynb diff --- .gitattributes | 3 +++ environment.yml | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .gitattributes create mode 100644 environment.yml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f24d933 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.ipynb filter=nbstripout +*.zpln filter=nbstripout +*.ipynb diff=ipynb diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..6dcd674 --- /dev/null +++ b/environment.yml @@ -0,0 +1,21 @@ +name: tutorial +channels: + - conda-forge + - defaults +dependencies: + - ipython=8.4.* + - jupyter=1.0.* + - jupyterlab=3.5.* + - matplotlib=3.5.* + - nbstripout=0.6.* + - pip=22.1.* + - psutil=5.9.* + - pytest=7.1.* + - python=3.9.* + - scipy=1.7.* + - tqdm=4.64.* + - pip: + - emcee==3.0rc2 + - numpy==1.22.* + - pylint==2.14.* + - pythia-uq==3.0.* -- GitLab