We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e08f6 commit 3827769Copy full SHA for 3827769
2 files changed
.readthedocs.yml
@@ -2,7 +2,6 @@ version: 2
2
3
python:
4
version: 3.7
5
- install:
6
- - requirements: requirements.txt
7
- - requirements: requirements_dev.txt
8
- - requirements: requirements_conda.txt
+
+conda:
+ environment: environment.yml
docs/environment.yml
@@ -0,0 +1,28 @@
1
+name: rtd
+channels:
+ - conda-forge
+ - defaults
+dependencies:
+ - python=3.6
+ - pandas=0.20.3
+ - xarray
9
+ - scipy
10
+ - numpy
11
+ - toolz
12
+ - pip:
13
+ - datafs==0.7.1
14
+ - bumpversion==0.5.3
15
+ - wheel==0.29.0
16
+ - flake8==3.3.0
17
+ - tox==2.7.0
18
+ - coverage==4.4.1
19
+ - Sphinx==1.6.3
20
+ - PyYAML>=4.2b1
21
+ - pytest==3.1.3
22
+ - pytest-runner==2.11.1
23
+ - pytest-cov==2.5.1
24
+ - py==1.4.34
25
+ - pytest-cov==2.7.1
26
+ - scipy==1.3.0
27
+ - xarray==0.12.1
28
+ - toolz==0.9.0
0 commit comments