Skip to content

Commit 7e89c48

Browse files
committed
mock envionment.yaml
1 parent 6ff6565 commit 7e89c48

File tree

1 file changed

+45
-25
lines changed

1 file changed

+45
-25
lines changed

ci/deps/travis-36-doc.yaml

Lines changed: 45 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,64 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
- beautifulsoup4
7-
- bottleneck
6+
# required
7+
- numpy>=1.15
8+
- python=3
9+
- python-dateutil>=2.5.0
10+
- pytz
11+
# development
12+
- asv
813
- cython>=0.28.2
9-
- fastparquet>=0.2.1
14+
- flake8
15+
- flake8-comprehensions
16+
- flake8-rst>=0.6.0,<=0.7.0
1017
- gitpython
11-
- html5lib
12-
- hypothesis>=3.58.0
13-
- ipykernel
14-
- ipython
18+
- hypothesis>=3.82
1519
- ipywidgets
16-
- lxml
17-
- matplotlib
20+
- isort
21+
- moto
22+
- mypy
1823
- nbconvert>=5.4.1
1924
- nbformat
20-
- nbsphinx
2125
- notebook>=5.7.5
22-
- numexpr
23-
- numpy
24-
- numpydoc
25-
- openpyxl
2626
- pandoc
27-
- pyarrow
27+
- pycodestyle
2828
- pyqt
29-
- pytables
30-
- python-dateutil
3129
- python-snappy
32-
- python=3.6.*
33-
- pytz
34-
- scipy
35-
- seaborn
30+
- pytest>=4.0.2
31+
- pytest-mock
3632
- sphinx
33+
- numpydoc>=0.9.0
34+
- pip
35+
36+
# optional
37+
- beautifulsoup4>=4.2.1
38+
- blosc
39+
- botocore>=1.11
40+
- boto3
41+
- bottleneck>=1.2.1
42+
- fastparquet>=0.2.1
43+
- html5lib
44+
- ipython>=5.6.0
45+
- ipykernel
46+
- jinja2
47+
- lxml
48+
- matplotlib>=2.2.2
49+
- nbsphinx
50+
- numexpr>=2.6.8
51+
- openpyxl
52+
- pyarrow>=0.9.0
53+
- pytables>=3.4.2
54+
- pytest-cov
55+
- pytest-xdist
56+
- s3fs
57+
- scipy>=1.1
58+
- seaborn
3759
- sqlalchemy
3860
- statsmodels
3961
- xarray
4062
- xlrd
4163
- xlsxwriter
4264
- xlwt
43-
# universal
44-
- pytest>=4.0.2
45-
- pytest-xdist
46-
- isort
65+
- pip:
66+
- cpplint

0 commit comments

Comments
 (0)