File tree Expand file tree Collapse file tree 1 file changed +25
-45
lines changed Expand file tree Collapse file tree 1 file changed +25
-45
lines changed Original file line number Diff line number Diff line change @@ -3,64 +3,44 @@ channels:
3
3
- defaults
4
4
- conda-forge
5
5
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
13
8
- cython>=0.28.2
14
- - flake8
15
- - flake8-comprehensions
16
- - flake8-rst>=0.6.0,<=0.7.0
9
+ - fastparquet>=0.2.1
17
10
- gitpython
18
- - hypothesis>=3.82
11
+ - html5lib
12
+ - hypothesis>=3.58.0
13
+ - ipykernel
14
+ - ipython
19
15
- ipywidgets
20
- - isort
21
- - moto
22
- - mypy
16
+ - lxml
17
+ - matplotlib
23
18
- nbconvert>=5.4.1
24
19
- nbformat
20
+ - nbsphinx
25
21
- notebook>=5.7.5
22
+ - numexpr
23
+ - numpy
24
+ - numpydoc
25
+ - openpyxl
26
26
- pandoc
27
- - pycodestyle
27
+ - pyarrow
28
28
- pyqt
29
+ - pytables
30
+ - python-dateutil
29
31
- 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
58
35
- seaborn
36
+ - sphinx
59
37
- sqlalchemy
60
38
- statsmodels
61
39
- xarray
62
40
- xlrd
63
41
- xlsxwriter
64
42
- xlwt
65
- - pip :
66
- - cpplint
43
+ # universal
44
+ - pytest>=4.0.2
45
+ - pytest-xdist
46
+ - isort
You can’t perform that action at this time.
0 commit comments