diff --git a/dependencies.yaml b/dependencies.yaml index e9bc22f373..92a1871029 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -630,8 +630,11 @@ dependencies: - beautifulsoup4 - blosc - brotlipy + - boto3 + - botocore>=1.24.21 - bottleneck - fastparquet + - flask - fsspec - html5lib - hypothesis @@ -640,6 +643,7 @@ dependencies: - jinja2 - lxml - matplotlib + - moto - numba - numexpr - openpyxl @@ -657,6 +661,7 @@ dependencies: - scipy - sqlalchemy - tables + - pandas-gbq - tabulate - xarray - xlrd diff --git a/python/cudf/pyproject.toml b/python/cudf/pyproject.toml index 6fea5179a9..a1fec83c1b 100644 --- a/python/cudf/pyproject.toml +++ b/python/cudf/pyproject.toml @@ -75,9 +75,12 @@ test = [ pandas_tests = [ "beautifulsoup4", "blosc", + "boto3", + "botocore>=1.24.21", "bottleneck", "brotlipy", "fastparquet", + "flask", "fsspec", "gcsfs", "html5lib", @@ -86,10 +89,12 @@ pandas_tests = [ "jinja2", "lxml", "matplotlib", + "moto", "numba", "numexpr", "odfpy", "openpyxl", + "pandas-gbq", "psycopg2-binary", "py", "pyarrow",