File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : pandas-dev
2
2
channels :
3
- - defaults
4
3
- conda-forge
5
4
dependencies :
6
5
- python=3.7.*
@@ -15,7 +14,6 @@ dependencies:
15
14
# pandas dependencies
16
15
- beautifulsoup4
17
16
- botocore>=1.11
18
- - cython>=0.29.16
19
17
- dask
20
18
- fastparquet>=0.3.2
21
19
- fsspec>=0.7.4
@@ -31,16 +29,18 @@ dependencies:
31
29
- odfpy
32
30
- openpyxl
33
31
- pandas-gbq
32
+ - google-cloud-bigquery>=1.27.2 # GH 36436
34
33
- psycopg2
35
34
- pyarrow>=0.15.0
36
- - pymysql
35
+ - pymysql=0.7.11
37
36
- pytables
38
37
- python-snappy
38
+ - python-dateutil
39
39
- pytz
40
40
- s3fs>=0.4.0
41
41
- scikit-learn
42
42
- scipy
43
- - sqlalchemy
43
+ - sqlalchemy=1.3.0
44
44
- statsmodels
45
45
- xarray
46
46
- xlrd
@@ -51,5 +51,4 @@ dependencies:
51
51
- brotlipy
52
52
- coverage
53
53
- pandas-datareader
54
- - python-dateutil
55
54
- pyxlsb
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ dependencies:
25
25
- numexpr
26
26
- numpy
27
27
- openpyxl
28
- - pandas-gbq=0.12.0
28
+ - pandas-gbq
29
+ - google-cloud-bigquery>=1.27.2 # GH 36436
29
30
- pyarrow>=0.17
30
31
- psycopg2=2.7
31
- - pyarrow>=0.15.0 # GH #35813
32
32
- pymysql=0.7.11
33
33
- pytables
34
34
- python-dateutil
You can’t perform that action at this time.
0 commit comments