From 6288233ccf6224e8fdabc07056a9521990a36ade Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sun, 26 Feb 2023 19:53:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20conda=20env=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- environment.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..9c25294 --- /dev/null +++ b/environment.yml @@ -0,0 +1,23 @@ +name: pyglotaran-build-paper-assets +channels: + - conda-forge +dependencies: + # Python interpreter + - python=3.10 + # pre-commit requirements + - pre-commit>=2.20.0 + - rust>=1.64.0 + # Latex compiler + - tectonic>=0.11.0 + # Notebook runner + - papermill>=2.3.4 + - ipykernel>=6.16.0 + # Notebook converter + - nbformat>=5.6.1 + - nbconvert>=7.2.1 + - pandoc>=2.19.2 + - pip + # Until the 0.7.0 release we can use an installation of the development version on github + - pip: + - git+https://github.com/glotaran/pyglotaran.git + - git+https://github.com/glotaran/pyglotaran-extras.git