Skip to content

Commit

Permalink
Update pyproject.toml (#3552)
Browse files Browse the repository at this point in the history
Signed-off-by: Nok Lam Chan <[email protected]>
  • Loading branch information
noklam authored Jan 24, 2024
1 parent e187dca commit 67c7471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ test = [
"mypy~=1.0",
"pandas~=2.0",
"pip-tools>=6.5",
"pluggy>=1.0, <1.4", # pluggy 1.4 hide imports inside function and causing mocking issue
"pre-commit>=2.9.2, <4.0", # The hook `mypy` requires pre-commit version 2.9.2.
"pyarrow>=1.0; python_version < '3.11'",
"pyarrow>=7.0; python_version >= '3.11'", # Adding to avoid numpy build errors
Expand Down

0 comments on commit 67c7471

Please sign in to comment.