Skip to content

Commit

Permalink
Merge pull request #63 from UBC-MDS/62-fix-poetry-install-error-in-re…
Browse files Browse the repository at this point in the history
…adthedocs

change python to 3.9
  • Loading branch information
farrandi authored Jan 27, 2024
2 parents 7d5e085 + 21647f6 commit 689a97a
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 117 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- python=3.9
Loading

0 comments on commit 689a97a

Please sign in to comment.