diff --git a/setup.cfg b/setup.cfg index e18cec6efd56f..6593f53de7603 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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