Skip to content

Commit

Permalink
🔧 Added conda env file
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Feb 26, 2023
1 parent b362ef8 commit 6288233
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6288233

Please sign in to comment.