Skip to content

Commit ca6de8c

Browse files
authored
Update install.rst
1 parent a727a5a commit ca6de8c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

doc/source/getting_started/install.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -324,16 +324,17 @@ Dependency Minimum Version pip ex
324324
Access data in the cloud
325325
^^^^^^^^^^^^^^^^^^^^^^^^
326326

327-
Installable with ``pip install "pandas[fss, aws, gcp]"``
328-
329-
============================================ ================== =============== ==========================================================
330-
Dependency Minimum Version pip extra Notes
331-
============================================ ================== =============== ==========================================================
332-
`fsspec <https://github.com/fsspec>`__ 2022.11.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
333-
dependency of s3fs, gcsfs).
334-
`gcsfs <https://github.com/fsspec/gcsfs>`__ 2022.11.0 gcp Google Cloud Storage access
335-
`s3fs <https://github.com/fsspec/s3fs>`__ 2022.11.0 aws Amazon S3 access
336-
============================================ ================== =============== ==========================================================
327+
Installable with ``pip install "pandas[fss, aws, gcp, hf]"``
328+
329+
===================================================================== ================== =============== ==========================================================
330+
Dependency Minimum Version pip extra Notes
331+
===================================================================== ================== =============== ==========================================================
332+
`fsspec <https://github.com/fsspec>`__ 2022.11.0 fss, gcp, aws Handling files aside from simple local and HTTP (required
333+
dependency of s3fs, gcsfs).
334+
`gcsfs <https://github.com/fsspec/gcsfs>`__ 2022.11.0 gcp Google Cloud Storage access
335+
`s3fs <https://github.com/fsspec/s3fs>`__ 2022.11.0 aws Amazon S3 access
336+
`huggingface-hub <https://github.com/huggingface/huggingface_hub>`__ 0.27.0 hf Hugging Face Hub access
337+
===================================================================== ================== =============== ==========================================================
337338

338339
Clipboard
339340
^^^^^^^^^

0 commit comments

Comments
 (0)