Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #48299 on branch 1.5.x (Bump s3fs to 2021.08.00) #48305

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +43,7 @@ dependencies:
- pyreadstat
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
6 changes: 3 additions & 3 deletions ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependencies:
- bottleneck=1.3.2
- brotlipy=0.7.0
- fastparquet=0.4.0
- fsspec=2021.05.0
- fsspec=2021.07.0
- html5lib=1.1
- hypothesis=6.13.0
- gcsfs=2021.05.0
- gcsfs=2021.07.0
- jinja2=3.0.0
- lxml=4.6.3
- matplotlib=3.3.2
Expand All @@ -45,7 +45,7 @@ dependencies:
- pytables=3.6.1
- python-snappy=0.6.0
- pyxlsb=1.0.8
- s3fs=2021.05.0
- s3fs=2021.08.0
- scipy=1.7.1
- sqlalchemy=1.4.16
- tabulate=0.8.9
Expand Down
3 changes: 1 addition & 2 deletions ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +43,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
3 changes: 1 addition & 2 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +43,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
3 changes: 1 addition & 2 deletions ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -45,7 +44,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
6 changes: 3 additions & 3 deletions doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,10 @@ Access data in the cloud
========================= ================== =============================================================
Dependency Minimum Version Notes
========================= ================== =============================================================
fsspec 2021.5.0 Handling files aside from simple local and HTTP
gcsfs 2021.5.0 Google Cloud Storage access
fsspec 2021.7.0 Handling files aside from simple local and HTTP
gcsfs 2021.7.0 Google Cloud Storage access
pandas-gbq 0.15.0 Google Big Query access
s3fs 2021.05.0 Amazon S3 access
s3fs 2021.08.0 Amazon S3 access
========================= ================== =============================================================

Clipboard
Expand Down
12 changes: 6 additions & 6 deletions doc/source/whatsnew/v1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,11 @@ If installed, we now require:
+-----------------+-----------------+----------+---------+
| bottleneck | 1.3.2 | | X |
+-----------------+-----------------+----------+---------+
| fsspec | 2021.05.0 | | X |
| fsspec | 2021.07.0 | | X |
+-----------------+-----------------+----------+---------+
| hypothesis | 6.13.0 | | X |
+-----------------+-----------------+----------+---------+
| gcsfs | 2021.05.0 | | X |
| gcsfs | 2021.07.0 | | X |
+-----------------+-----------------+----------+---------+
| jinja2 | 3.0.0 | | X |
+-----------------+-----------------+----------+---------+
Expand All @@ -535,7 +535,7 @@ If installed, we now require:
+-----------------+-----------------+----------+---------+
| pyxlsb | 1.0.8 | | X |
+-----------------+-----------------+----------+---------+
| s3fs | 2021.05.0 | | X |
| s3fs | 2021.08.0 | | X |
+-----------------+-----------------+----------+---------+
| scipy | 1.7.1 | | X |
+-----------------+-----------------+----------+---------+
Expand Down Expand Up @@ -565,13 +565,13 @@ Optional libraries below the lowest tested version may still work, but are not c
+-----------------+-----------------+---------+
| fastparquet |0.4.0 | |
+-----------------+-----------------+---------+
| fsspec |2021.05.0 | X |
| fsspec |2021.08.0 | X |
+-----------------+-----------------+---------+
| html5lib |1.1 | |
+-----------------+-----------------+---------+
| hypothesis |6.13.0 | X |
+-----------------+-----------------+---------+
| gcsfs |2021.05.0 | X |
| gcsfs |2021.08.0 | X |
+-----------------+-----------------+---------+
| jinja2 |3.0.0 | X |
+-----------------+-----------------+---------+
Expand Down Expand Up @@ -603,7 +603,7 @@ Optional libraries below the lowest tested version may still work, but are not c
+-----------------+-----------------+---------+
| pyxlsb |1.0.8 | X |
+-----------------+-----------------+---------+
| s3fs |2021.05.0 | X |
| s3fs |2021.08.0 | X |
+-----------------+-----------------+---------+
| scipy |1.7.1 | X |
+-----------------+-----------------+---------+
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
6 changes: 3 additions & 3 deletions pandas/compat/_optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"bottleneck": "1.3.2",
"brotli": "0.7.0",
"fastparquet": "0.4.0",
"fsspec": "2021.05.0",
"fsspec": "2021.07.0",
"html5lib": "1.1",
"hypothesis": "6.13.0",
"gcsfs": "2021.05.0",
"gcsfs": "2021.07.0",
"jinja2": "3.0.0",
"lxml.etree": "4.6.3",
"matplotlib": "3.3.2",
Expand All @@ -36,7 +36,7 @@
"pyreadstat": "1.1.2",
"pytest": "6.0",
"pyxlsb": "1.0.8",
"s3fs": "2021.05.0",
"s3fs": "2021.08.0",
"scipy": "1.7.1",
"snappy": "0.6.0",
"sqlalchemy": "1.4.16",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyreadstat
tables
python-snappy
pyxlsb
s3fs>=2021.05.0
s3fs>=2021.08.0
scipy
sqlalchemy
tabulate
Expand Down