Skip to content

Commit

Permalink
Add missing packages required for pytests (rapidsai#144)
Browse files Browse the repository at this point in the history
This PR adds a few missing packages needed for pandas pytests.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Matthew Roeschke (https://github.com/mroeschke)

URL: rapidsai/cudf-private#144
  • Loading branch information
galipremsagar authored Nov 2, 2023
1 parent ccb2dc1 commit 5a8b835
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,11 @@ dependencies:
- beautifulsoup4
- blosc
- brotlipy
- boto3
- botocore>=1.24.21
- bottleneck
- fastparquet
- flask
- fsspec
- html5lib
- hypothesis
Expand All @@ -640,6 +643,7 @@ dependencies:
- jinja2
- lxml
- matplotlib
- moto
- numba
- numexpr
- openpyxl
Expand All @@ -657,6 +661,7 @@ dependencies:
- scipy
- sqlalchemy
- tables
- pandas-gbq
- tabulate
- xarray
- xlrd
Expand Down
5 changes: 5 additions & 0 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,12 @@ test = [
pandas_tests = [
"beautifulsoup4",
"blosc",
"boto3",
"botocore>=1.24.21",
"bottleneck",
"brotlipy",
"fastparquet",
"flask",
"fsspec",
"gcsfs",
"html5lib",
Expand All @@ -86,10 +89,12 @@ pandas_tests = [
"jinja2",
"lxml",
"matplotlib",
"moto",
"numba",
"numexpr",
"odfpy",
"openpyxl",
"pandas-gbq",
"psycopg2-binary",
"py",
"pyarrow",
Expand Down

0 comments on commit 5a8b835

Please sign in to comment.