Skip to content

Commit

Permalink
update python for conda (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio authored Sep 19, 2024
1 parent 95a2ce5 commit 4364591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- python=3.8
- python=3.10
- pydata-sphinx-theme
- jinja2
- tornado
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "miniconda3-3.10"

conda:
environment: docs/environment.yml
Expand Down

0 comments on commit 4364591

Please sign in to comment.