Skip to content

Commit 4ce7da8

Browse files
committed
address tests, bump gcsfs
1 parent dd27604 commit 4ce7da8

14 files changed

+16
-14
lines changed

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fsspec>=2022.03.0
3030
- html5lib>=1.1
3131
- hypothesis>=6.34.2
32-
- gcsfs>=2021.07.0
32+
- gcsfs>=2022.03.0
3333
- jinja2>=3.0.0
3434
- lxml>=4.6.3
3535
- matplotlib>=3.6.1, <3.7.0

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fsspec>=2022.03.0
3030
- html5lib>=1.1
3131
- hypothesis>=6.34.2
32-
- gcsfs>=2021.07.0
32+
- gcsfs>=2022.03.0
3333
- jinja2>=3.0.0
3434
- lxml>=4.6.3
3535
- matplotlib>=3.6.1, <3.7.0

ci/deps/actions-38-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- fsspec>=2022.03.0
3131
- html5lib>=1.1
3232
- hypothesis>=6.34.2
33-
- gcsfs>=2021.07.0
33+
- gcsfs>=2022.03.0
3434
- jinja2>=3.0.0
3535
- lxml>=4.6.3
3636
- matplotlib>=3.6.1, <3.7.0

ci/deps/actions-38-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- fsspec=2022.03.0
3232
- html5lib=1.1
3333
- hypothesis=6.34.2
34-
- gcsfs=2021.07.0
34+
- gcsfs=2022.03.0
3535
- jinja2=3.0.0
3636
- lxml=4.6.3
3737
- matplotlib=3.6.1

ci/deps/actions-38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fsspec>=2022.03.0
3030
- html5lib>=1.1
3131
- hypothesis>=6.34.2
32-
- gcsfs>=2021.07.0
32+
- gcsfs>=2022.03.0
3333
- jinja2>=3.0.0
3434
- lxml>=4.6.3
3535
- matplotlib>=3.6.1, <3.7.0

ci/deps/actions-39.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fsspec>=2022.03.0
3030
- html5lib>=1.1
3131
- hypothesis>=6.34.2
32-
- gcsfs>=2021.07.0
32+
- gcsfs>=2022.03.0
3333
- jinja2>=3.0.0
3434
- lxml>=4.6.3
3535
- matplotlib>=3.6.1, <3.7.0

ci/deps/circle-38-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fsspec>=2022.03.0
3030
- html5lib>=1.1
3131
- hypothesis>=6.34.2
32-
- gcsfs>=2021.07.0
32+
- gcsfs>=2022.03.0
3333
- jinja2>=3.0.0
3434
- lxml>=4.6.3
3535
- matplotlib>=3.6.1, <3.7.0

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Dependency Minimum Version pip extra Notes
471471
========================= ================== =============== =============================================================
472472
fsspec 2022.3.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
473473
dependency of s3fs, gcsfs).
474-
gcsfs 2021.7.0 gcp Google Cloud Storage access
474+
gcsfs 2022.3.0 gcp Google Cloud Storage access
475475
pandas-gbq 0.15.0 gcp Google Big Query access
476476
s3fs 2021.08.0 aws Amazon S3 access
477477
========================= ================== =============== =============================================================

doc/source/whatsnew/v2.1.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Optional libraries below the lowest tested version may still work, but are not c
7777
+=================+=================+=========+
7878
| fsspec | 2022.3.0 | X |
7979
+-----------------+-----------------+---------+
80-
80+
| gcsfs | 2022.3.0 | X |
81+
+-----------------+-----------------+---------+
8182
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
8283

8384
.. _whatsnew_210.api_breaking.other:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- fsspec>=2022.03.0
3232
- html5lib>=1.1
3333
- hypothesis>=6.34.2
34-
- gcsfs>=2021.07.0
34+
- gcsfs>=2022.03.0
3535
- ipython
3636
- jinja2>=3.0.0
3737
- lxml>=4.6.3

0 commit comments

Comments
 (0)