Skip to content

Commit e689e1b

Browse files
committed
Consolidate all optional-dependency:
1 parent a6de249 commit e689e1b

File tree

1 file changed

+3
-40
lines changed

1 file changed

+3
-40
lines changed

pyproject.toml

+3-40
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ fss = ['fsspec>=2024.2.0']
6666
aws = ['s3fs>=2024.2.0']
6767
gcp = ['gcsfs>=2024.2.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']
69-
parquet = ['pyarrow>=10.0.1']
70-
feather = ['pyarrow>=10.0.1']
69+
parquet = ['pandas[pyarrow]']
70+
feather = ['pandas[pyarrow]']
7171
hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
7272
#'blosc>=1.20.1',
7373
'tables>=3.9.2']
@@ -82,44 +82,7 @@ output-formatting = ['jinja2>=3.1.3', 'tabulate>=0.9.0']
8282
clipboard = ['PyQt5>=5.15.9', 'qtpy>=2.3.0']
8383
compression = ['zstandard>=0.22.0']
8484
timezone = ['pytz>=2023.4']
85-
all = ['adbc-driver-postgresql>=0.10.0',
86-
'adbc-driver-sqlite>=0.8.0',
87-
'beautifulsoup4>=4.12.3',
88-
# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
89-
#'blosc>=1.21.3',
90-
'bottleneck>=1.3.6',
91-
'fastparquet>=2024.2.0',
92-
'fsspec>=2024.2.0',
93-
'gcsfs>=2024.2.0',
94-
'html5lib>=1.1',
95-
'hypothesis>=6.84.0',
96-
'jinja2>=3.1.3',
97-
'lxml>=5.0.1',
98-
'matplotlib>=3.8.3',
99-
'numba>=0.59.0',
100-
'numexpr>=2.9.0',
101-
'odfpy>=1.4.1',
102-
'openpyxl>=3.1.2',
103-
'psycopg2>=2.9.9',
104-
'pyarrow>=10.0.1',
105-
'pymysql>=1.1.0',
106-
'PyQt5>=5.15.9',
107-
'pyreadstat>=1.2.6',
108-
'pytest>=7.3.2',
109-
'pytest-xdist>=3.4.0',
110-
'python-calamine>=0.1.7',
111-
'pytz>=2023.4',
112-
'pyxlsb>=1.0.10',
113-
'qtpy>=2.3.0',
114-
'scipy>=1.12.0',
115-
's3fs>=2024.2.0',
116-
'SQLAlchemy>=2.0.25',
117-
'tables>=3.9.2',
118-
'tabulate>=0.9.0',
119-
'xarray>=2024.1.1',
120-
'xlrd>=2.0.1',
121-
'xlsxwriter>=3.2.0',
122-
'zstandard>=0.22.0']
85+
all = ['pandas[test, pyarrow, performance, computation, fss, aws, gcp, excel, parquet, feather, hdf5, spss, postgresql, mysql, sql-other, html, xml, plot, output-formatting, clipboard, compression, timezone]']
12386

12487
# TODO: Remove after setuptools support is dropped.
12588
[tool.setuptools]

0 commit comments

Comments
 (0)