Skip to content

Commit 32add5f

Browse files
Allowing an older version of s3fs
1 parent 5f07a49 commit 32add5f

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies:
5151
- python-calamine=0.1.7
5252
- pytz=2023.4
5353
- pyxlsb=1.0.10
54-
- s3fs=2024.2.0
54+
- s3fs=2023.12.2
5555
- scipy=1.12.0
5656
- sqlalchemy=2.0.0
5757
- tabulate=0.9.0

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- python-calamine>=0.1.7
5050
- pytz>=2023.4
5151
- pyxlsb>=1.0.10
52-
- s3fs>=2024.2.0
52+
- s3fs>=2023.12.2
5353
- scipy>=1.12.0
5454
- sqlalchemy>=2.0.0
5555
- tabulate>=0.9.0

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
- python-calamine>=0.1.7
5151
- pytz>=2023.4
5252
- pyxlsb>=1.0.10
53-
- s3fs>=2024.2.0
53+
- s3fs>=2023.12.2
5454
- scipy>=1.12.0
5555
- sqlalchemy>=2.0.0
5656
- tabulate>=0.9.0

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- python-calamine>=0.1.7
5050
- pytz>=2023.4
5151
- pyxlsb>=1.0.10
52-
- s3fs>=2024.2.0
52+
- s3fs>=2023.12.2
5353
- scipy>=1.12.0
5454
- sqlalchemy>=2.0.0
5555
- tabulate>=0.9.0

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- python-calamine>=0.1.7
5050
- pytz>=2023.4
5151
- pyxlsb>=1.0.10
52-
- s3fs>=2024.2.0
52+
- s3fs>=2023.12.2
5353
- scipy>=1.12.0
5454
- sqlalchemy>=2.0.0
5555
- tabulate>=0.9.0

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Dependency Minimum Version pip extra
333333
`fsspec <https://github.com/fsspec>`__ 2024.2.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
334334
dependency of s3fs, gcsfs).
335335
`gcsfs <https://github.com/fsspec/gcsfs>`__ 2024.0.0 gcp Google Cloud Storage access
336-
`s3fs <https://github.com/fsspec/s3fs>`__ 2024.2.0 aws Amazon S3 access
336+
`s3fs <https://github.com/fsspec/s3fs>`__ 2023.12.2 aws Amazon S3 access
337337
============================================ ================== =============== ==========================================================
338338

339339
Clipboard

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies:
5151
- python-calamine>=0.1.7
5252
- pytz>=2023.4
5353
- pyxlsb>=1.0.10
54-
- s3fs>=2024.2.0
54+
- s3fs>=2023.12.2
5555
- scipy>=1.12.0
5656
- sqlalchemy>=2.0.0
5757
- tabulate>=0.9.0

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"python-calamine": "0.1.7",
4747
"pytz": "2023.4",
4848
"pyxlsb": "1.0.10",
49-
"s3fs": "2024.2.0",
49+
"s3fs": "2023.12.2",
5050
"scipy": "1.12.0",
5151
"sqlalchemy": "2.0.0",
5252
"tables": "3.8.0",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pyarrow = ['pyarrow>=10.0.1']
6363
performance = ['bottleneck>=1.3.6', 'numba>=0.59.0', 'numexpr>=2.9.0']
6464
computation = ['scipy>=1.12.0', 'xarray>=2024.1.1']
6565
fss = ['fsspec>=2024.2.0']
66-
aws = ['s3fs>=2024.2.0']
66+
aws = ['s3fs>=2023.12.2']
6767
gcp = ['gcsfs>=2024.0.0']
6868
excel = ['odfpy>=1.4.1', 'openpyxl>=3.1.2', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.10', 'xlrd>=2.0.1', 'xlsxwriter>=3.2.0']
6969
parquet = ['pyarrow>=10.0.1']
@@ -114,7 +114,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
114114
'pyxlsb>=1.0.10',
115115
'qtpy>=2.3.0',
116116
'scipy>=1.12.0',
117-
's3fs>=2024.2.0',
117+
's3fs>=2023.12.2',
118118
'SQLAlchemy>=2.0.0',
119119
'tables>=3.8.0',
120120
'tabulate>=0.9.0',

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tables>=3.8.0
4040
python-calamine>=0.1.7
4141
pytz>=2023.4
4242
pyxlsb>=1.0.10
43-
s3fs>=2024.2.0
43+
s3fs>=2023.12.2
4444
scipy>=1.12.0
4545
SQLAlchemy>=2.0.0
4646
tabulate>=0.9.0

0 commit comments

Comments
 (0)