We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7073d commit be7d8aaCopy full SHA for be7d8aa
.readthedocs.yml
@@ -1,13 +1,15 @@
1
version: 2
2
3
build:
4
- image: latest
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.11"
7
+
8
9
conda:
10
environment: .rtd-environment.yml
11
12
python:
- version: 3.11
13
install:
14
- method: pip
15
path: .
.rtd-environment.yml
@@ -1,7 +1,6 @@
dependencies:
- - python=3.10
+ - python=3.11
- gsl
- pip
- pip:
- -e .[docs]
- - git+https://github.com/jobovy/galpy
0 commit comments