Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97649f2

Browse files
committedJun 5, 2019
Revert "mock envionment.yaml"
This reverts commit 7e89c48.
1 parent 3c7da36 commit 97649f2

File tree

1 file changed

+25
-45
lines changed

1 file changed

+25
-45
lines changed
 

‎ci/deps/travis-36-doc.yaml

Lines changed: 25 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,44 @@ channels:
33
- defaults
44
- conda-forge
55
dependencies:
6-
# required
7-
- numpy>=1.15
8-
- python=3
9-
- python-dateutil>=2.5.0
10-
- pytz
11-
# development
12-
- asv
6+
- beautifulsoup4
7+
- bottleneck
138
- cython>=0.28.2
14-
- flake8
15-
- flake8-comprehensions
16-
- flake8-rst>=0.6.0,<=0.7.0
9+
- fastparquet>=0.2.1
1710
- gitpython
18-
- hypothesis>=3.82
11+
- html5lib
12+
- hypothesis>=3.58.0
13+
- ipykernel
14+
- ipython
1915
- ipywidgets
20-
- isort
21-
- moto
22-
- mypy
16+
- lxml
17+
- matplotlib
2318
- nbconvert>=5.4.1
2419
- nbformat
20+
- nbsphinx
2521
- notebook>=5.7.5
22+
- numexpr
23+
- numpy
24+
- numpydoc
25+
- openpyxl
2626
- pandoc
27-
- pycodestyle
27+
- pyarrow
2828
- pyqt
29+
- pytables
30+
- python-dateutil
2931
- python-snappy
30-
- pytest>=4.0.2
31-
- pytest-mock
32-
- 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
32+
- python=3.6.*
33+
- pytz
34+
- scipy
5835
- seaborn
36+
- sphinx
5937
- sqlalchemy
6038
- statsmodels
6139
- xarray
6240
- xlrd
6341
- xlsxwriter
6442
- xlwt
65-
- pip:
66-
- cpplint
43+
# universal
44+
- pytest>=4.0.2
45+
- pytest-xdist
46+
- isort

0 commit comments

Comments
 (0)
Please sign in to comment.