Skip to content

Commit 3cbcba6

Browse files
committed
[options.extras_require] bundled dependencies by featureset
see pandas-dev#39164 for discussion.
1 parent 897d98d commit 3cbcba6

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

setup.cfg

+44-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,51 @@ test =
5353
# optional extras for recommended dependencies
5454
# see: doc/source/getting_started/install.rst
5555
recommended =
56-
numexpr>=2.7.1
5756
bottleneck>=1.3.1
58-
57+
numba>=0.50.1
58+
numexpr>=2.7.1
59+
computation =
60+
numba>=0.50.1
61+
scipy >=1.4.1
62+
xarray>=0.15.1
63+
s3 =
64+
boto3>=1.22.7
65+
s3fs>=0.4.0
66+
gcp =
67+
gcsfs>=0.6.0
68+
pandas-gbq>=0.14.0
69+
azure =
70+
adlfs >=0.6.0
71+
excel =
72+
openpyxl >=3.0.3
73+
pyxlsb >=1.0.6
74+
xlrd >=2.0.1
75+
xlwt >=1.3.0
76+
xlsxwriter>=1.2.2
77+
parquet =
78+
pyarrow>=1.0.1
79+
feather =
80+
pyarrow>=1.0.1
81+
hdf5 =
82+
blosc>=1.20.1
83+
PyTables>=3.6.1
84+
sql-postgressql =
85+
SQLAlchemy>=1.4.0
86+
psycopg2>=2.8.4
87+
ssql-mysql =
88+
SQLAlchemy>=1.4.0
89+
pymysql>=0.10.1
90+
sql-other =
91+
SQLAlchemy>=1.4.0
92+
html =
93+
BeautifulSoup4>=4.8.2
94+
html5lib>=1.1
95+
lxml>=4.5.0
96+
plot =
97+
matplotlib>=3.3.2
98+
table =
99+
jinja2>=2.11
100+
tabulate>=0.8.7
59101
[build_ext]
60102
inplace = True
61103

0 commit comments

Comments
 (0)