diff --git a/python/cudf/setup.py b/python/cudf/setup.py index 2ec9909dd6f..a447fcfe027 100644 --- a/python/cudf/setup.py +++ b/python/cudf/setup.py @@ -47,7 +47,8 @@ "pytest", "pytest-benchmark", "pytest-xdist", - "hypothesis" "mimesis", + "hypothesis", + "mimesis", "fastavro>=0.22.9", "python-snappy>=0.6.0", "pyorc",