diff --git a/pyproject.toml b/pyproject.toml index 701272c..3ae3e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,5 +43,5 @@ wheel.packages = ["coreforecast"] wheel.py-api = "py3" [tool.cibuildwheel] -test-requires = "pytest window-ops" +test-requires = "pandas pytest window-ops" test-command = "pytest {project}/tests -k correct"