Skip to content

Commit

Permalink
fix pyarrow dependency walk issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Nov 16, 2023
1 parent b723dad commit a035da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ numpy = [
{ version = ">=1.22", python = ">=3.8" },
]
pyarrow = [
{ version = ">=11", python = "<3.8" },
{ version = "<=12", python = "<3.8" },
{ version = ">=13", python = ">=3.8" }
]
pytest-benchmark = "^4.0.0"
Expand Down

0 comments on commit a035da0

Please sign in to comment.