Skip to content

Commit

Permalink
Fixed inconsistent readthedocs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harripd committed Sep 20, 2022
1 parent 92d4f52 commit e31fadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ conda:
file: docs/environment.yml

python:
version: 3.10
version: 3.8
setup_py_install: true

formats:
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- default

dependencies:
- python=3.10
- python=3.8
- setuptools
- matplotlib
- cython
Expand Down

0 comments on commit e31fadb

Please sign in to comment.