Skip to content

Commit 9cd2d5c

Browse files
Updating gcsfs minimum version
1 parent 9c343a5 commit 9cd2d5c

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
- fsspec=2023.12.2
3333
- html5lib=1.1
3434
- hypothesis=6.84.0
35-
- gcsfs=2024.0.0
35+
- gcsfs=2023.12.2
3636
- jinja2=3.1.3
3737
- lxml=4.9.2
3838
- matplotlib=3.8.3

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- fsspec>=2023.12.2
3131
- html5lib>=1.1
3232
- hypothesis>=6.84.0
33-
- gcsfs>=2024.0.0
33+
- gcsfs>=2023.12.2
3434
- jinja2>=3.1.3
3535
- lxml>=4.9.2
3636
- matplotlib>=3.8.3

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- fsspec>=2023.12.2
3232
- html5lib>=1.1
3333
- hypothesis>=6.84.0
34-
- gcsfs>=2024.0.0
34+
- gcsfs>=2023.12.2
3535
- jinja2>=3.1.3
3636
- lxml>=4.9.2
3737
- matplotlib>=3.8.3

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- fsspec>=2023.12.2
3131
- html5lib>=1.1
3232
- hypothesis>=6.84.0
33-
- gcsfs>=2024.0.0
33+
- gcsfs>=2023.12.2
3434
- jinja2>=3.1.3
3535
- lxml>=4.9.2
3636
- matplotlib>=3.8.3

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- fsspec>=2023.12.2
3131
- html5lib>=1.1
3232
- hypothesis>=6.84.0
33-
- gcsfs>=2024.0.0
33+
- gcsfs>=2023.12.2
3434
- jinja2>=3.1.3
3535
- lxml>=4.9.2
3636
- matplotlib>=3.8.3

doc/source/getting_started/install.rst

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

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- fsspec>=2023.12.2
3434
- html5lib>=1.1
3535
- hypothesis>=6.84.0
36-
- gcsfs>=2024.0.0
36+
- gcsfs>=2023.12.2
3737
- ipython
3838
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
3939
- jinja2>=3.1.3

pandas/compat/_optional.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"fsspec": "2023.12.2",
3030
"html5lib": "1.1",
3131
"hypothesis": "6.84.0",
32-
"gcsfs": "2024.0.0",
32+
"gcsfs": "2023.12.2",
3333
"jinja2": "3.1.3",
3434
"lxml.etree": "4.9.2",
3535
"matplotlib": "3.8.3",
@@ -40,7 +40,7 @@
4040
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
4141
"pymysql": "1.1.0",
4242
"pyarrow": "10.0.1",
43-
"pyiceberg": "0.7.1", # FIXME remove this comment
43+
"pyiceberg": "0.7.1",
4444
"pyreadstat": "1.2.6",
4545
"pytest": "7.3.2",
4646
"python-calamine": "0.1.7",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ 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>=2023.12.2']
6666
aws = ['s3fs>=2023.12.2']
67-
gcp = ['gcsfs>=2024.0.0']
67+
gcp = ['gcsfs>=2023.12.2']
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']
7070
feather = ['pyarrow>=10.0.1']
@@ -91,7 +91,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
9191
'bottleneck>=1.3.6',
9292
'fastparquet>=2024.2.0',
9393
'fsspec>=2023.12.2',
94-
'gcsfs>=2024.0.0',
94+
'gcsfs>=2023.12.2',
9595
'html5lib>=1.1',
9696
'hypothesis>=6.84.0',
9797
'jinja2>=3.1.3',

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fastparquet>=2024.2.0
2222
fsspec>=2023.12.2
2323
html5lib>=1.1
2424
hypothesis>=6.84.0
25-
gcsfs>=2024.0.0
25+
gcsfs>=2023.12.2
2626
ipython
2727
pickleshare
2828
jinja2>=3.1.3

0 commit comments

Comments
 (0)