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