File tree 1 file changed +23
-13
lines changed
1 file changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -4,37 +4,47 @@ channels:
4
4
dependencies :
5
5
- python=3.9
6
6
7
- # tools
8
- - cython> =0.29.24
7
+ # test dependencies
8
+ - cython=0.29.24
9
9
- pytest>=6.0
10
10
- pytest-cov
11
11
- pytest-xdist>=1.31
12
12
- hypothesis>=5.5.3
13
+ - psutil
13
14
14
- # pandas dependencies
15
+ # required dependencies
16
+ - python-dateutil
17
+ - numpy
18
+ - pytz
19
+
20
+ # optional dependencies
15
21
- beautifulsoup4
22
+ - blosc
16
23
- bottleneck
17
- - boto3
18
- - fsspec>=0.8.0
19
- - gcsfs
24
+ - fastparquet
25
+ - fsspec
20
26
- html5lib
27
+ - gcsfs
21
28
- jinja2
22
29
- lxml
23
30
- matplotlib
24
- - numpy # move up to solve before numba
25
31
- numba
26
32
- numexpr
27
33
- openpyxl
28
- - pyarrow=5
34
+ - odfpy
35
+ - pandas-gbq
36
+ - psycopg2
37
+ - pymysql
29
38
- pytables
30
- - python-dateutil
31
- - pytz
32
- - s3fs>=0.4.2
39
+ - pyarrow=5
40
+ - pyreadstat
41
+ - pyxlsb
42
+ - s3fs
33
43
- scipy
34
44
- sqlalchemy
45
+ - tabulate
46
+ - xarray
35
47
- xlrd
36
48
- xlsxwriter
37
49
- xlwt
38
- - pyreadstat
39
- - pyxlsb
40
50
- zstandard
You can’t perform that action at this time.
0 commit comments