Skip to content

Commit

Permalink
Merge branch 'master' into dev/1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cambordas committed Feb 20, 2024
2 parents 9c8361f + 283a79a commit 138b514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "miniconda3-4.7"

conda:
environment: environment.yml

python:
version: 3.10
install:
- method: pip
path: .
extra_requirements:
- escher
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies:
- pre-commit
- tqdm
- pyarrow
- docutils
- pandoc
- conda-forge::webcolors
- conda-forge::openpyxl
Expand Down

0 comments on commit 138b514

Please sign in to comment.