Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Testing pyarrow v13
  • Loading branch information
dacort authored Sep 29, 2023
1 parent d6cafb7 commit decb52b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "faker_cli"}]
python = "^3.9"
faker = "^18.9.0"
click = "^8.1.3"
pyarrow = "^12.0.0"
pyarrow = "^13.0.0"
deltalake = "^0.9.0"


Expand All @@ -28,4 +28,4 @@ fake = "faker_cli.cli:main"
line-length = 119

[tool.ruff]
line-length = 119
line-length = 119

0 comments on commit decb52b

Please # to comment.