Skip to content

Commit

Permalink
[options.extras_require] bundled dependencies by featureset
Browse files Browse the repository at this point in the history
see pandas-dev#39164 for discussion.
  • Loading branch information
JMBurley committed Jul 12, 2022
1 parent 897d98d commit 3cbcba6
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,51 @@ test =
# optional extras for recommended dependencies
# see: doc/source/getting_started/install.rst
recommended =
numexpr>=2.7.1
bottleneck>=1.3.1

numba>=0.50.1
numexpr>=2.7.1
computation =
numba>=0.50.1
scipy >=1.4.1
xarray>=0.15.1
s3 =
boto3>=1.22.7
s3fs>=0.4.0
gcp =
gcsfs>=0.6.0
pandas-gbq>=0.14.0
azure =
adlfs >=0.6.0
excel =
openpyxl >=3.0.3
pyxlsb >=1.0.6
xlrd >=2.0.1
xlwt >=1.3.0
xlsxwriter>=1.2.2
parquet =
pyarrow>=1.0.1
feather =
pyarrow>=1.0.1
hdf5 =
blosc>=1.20.1
PyTables>=3.6.1
sql-postgressql =
SQLAlchemy>=1.4.0
psycopg2>=2.8.4
ssql-mysql =
SQLAlchemy>=1.4.0
pymysql>=0.10.1
sql-other =
SQLAlchemy>=1.4.0
html =
BeautifulSoup4>=4.8.2
html5lib>=1.1
lxml>=4.5.0
plot =
matplotlib>=3.3.2
table =
jinja2>=2.11
tabulate>=0.8.7
[build_ext]
inplace = True

Expand Down

0 comments on commit 3cbcba6

Please sign in to comment.