Skip to content

Commit a40a166

Browse files
committed
remove pip extra
1 parent f1b7cc5 commit a40a166

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

doc/source/getting_started/install.rst

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

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-
===================================================================== ================== =============== ==========================================================
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+
============================================ ================== =============== ==========================================================
338337

339338
Clipboard
340339
^^^^^^^^^

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ computation = ['scipy>=1.10.0', 'xarray>=2022.12.0']
6565
fss = ['fsspec>=2022.11.0']
6666
aws = ['s3fs>=2022.11.0']
6767
gcp = ['gcsfs>=2022.11.0']
68-
hf = ['huggingface-hub>=0.27.0']
6968
excel = ['odfpy>=1.4.1', 'openpyxl>=3.1.0', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.10', 'xlrd>=2.0.1', 'xlsxwriter>=3.0.5']
7069
parquet = ['pyarrow>=10.0.1']
7170
feather = ['pyarrow>=10.0.1']

0 commit comments

Comments
 (0)