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