File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies:
12
12
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
13
13
14
14
# pandas dependencies
15
+ - aiobotocore<2.0.0
15
16
- beautifulsoup4
16
17
- botocore>=1.11
17
18
- dask
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ dependencies:
106
106
- pyqt>=5.9.2 # pandas.read_clipboard
107
107
- pytables>=3.5.1 # pandas.read_hdf, DataFrame.to_hdf
108
108
- s3fs>=0.4.0 # file IO when using 's3://...' path
109
- - aiobotocore
109
+ - aiobotocore<2.0.0
110
110
- fsspec>=0.7.4, <2021.6.0 # for generic remote file operations
111
111
- gcsfs>=0.6.0 # file IO when using 'gcs://...' path
112
112
- sqlalchemy # pandas.read_sql, DataFrame.to_sql
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ python-snappy
70
70
pyqt5 >= 5.9.2
71
71
tables >= 3.5.1
72
72
s3fs >= 0.4.0
73
- aiobotocore
73
+ aiobotocore < 2.0.0
74
74
fsspec >= 0.7.4 , < 2021.6.0
75
75
gcsfs >= 0.6.0
76
76
sqlalchemy
You can’t perform that action at this time.
0 commit comments