File tree 3 files changed +21
-17
lines changed
3 files changed +21
-17
lines changed Original file line number Diff line number Diff line change @@ -4,52 +4,57 @@ channels:
4
4
- conda-forge
5
5
dependencies :
6
6
- python=3.8
7
- - pip
8
7
9
8
# test dependencies
10
- - cython> =0.29.24
9
+ - cython=0.29.24
11
10
- pytest>=6.0
11
+ - pytest-cov
12
12
- pytest-xdist>=1.31
13
13
- hypothesis>=5.5.3
14
- - pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
15
- - nomkl
14
+ - psutil
16
15
17
16
# required dependencies
18
- - numpy
19
17
- python-dateutil
18
+ - numpy
20
19
- pytz
21
20
22
21
# optional dependencies
23
22
- beautifulsoup4
24
23
- blosc
25
- - fastparquet>=0.4.0
26
- - fsspec>=0.7.4
27
- - gcsfs
24
+ - bottleneck
25
+ - fastparquet
26
+ - fsspec
28
27
- html5lib
28
+ - gcsfs
29
29
- jinja2
30
30
- lxml
31
31
- matplotlib
32
+ - numba
32
33
- numexpr
33
- - odfpy
34
34
- openpyxl
35
+ - odfpy
35
36
- pandas-gbq
36
37
- psycopg2
37
- - pyarrow>=1.0.1
38
38
- pymysql
39
39
- pytables
40
+ - pyarrow
41
+ - pyreadstat
40
42
- pyxlsb
41
- - s3fs>=0.4.0
43
+ - s3fs
42
44
- scipy
43
45
- sqlalchemy
46
+ - tabulate
44
47
- xarray
45
48
- xlrd
46
49
- xlsxwriter
47
50
- xlwt
51
+ - zstandard
48
52
49
53
# downstream packages
50
- - aiobotocore<2.0.0 # GH#44311 pinned to fix docbuild
54
+ - aiobotocore
51
55
- boto3
52
- - botocore>=1.11
56
+ - botocore
57
+ - cftime
53
58
- dask
54
59
- ipython
55
60
- geopandas
@@ -62,5 +67,4 @@ dependencies:
62
67
- pandas-datareader
63
68
- pyyaml
64
69
- py
65
- - pip :
66
- - torch
70
+ - pytorch
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies:
36
36
- psycopg2
37
37
- pymysql
38
38
- pytables
39
- - pyarrow=3
39
+ - pyarrow
40
40
- pyreadstat
41
41
- pyxlsb
42
42
- s3fs
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies:
36
36
- psycopg2
37
37
- pymysql
38
38
- pytables
39
- - pyarrow=5
39
+ - pyarrow
40
40
- pyreadstat
41
41
- pyxlsb
42
42
- s3fs
You can’t perform that action at this time.
0 commit comments