Skip to content

Commit

Permalink
Update pyarrow with conditions on pythons versions (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Feb 29, 2024
1 parent be87811 commit bfdd76b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
54 changes: 53 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ numpy = [
]
seaborn = "^0.11.2"
kaleido = "0.2.1"
pyarrow = "^12.0.0"
pyarrow = [
{version="^12.0.0", python=">=3.7,<3.8"},
{version="^14.0.0", python=">=3.8,<3.12"}
]
gcsfs = "^2022.5.0"
pydantic = "^1.9.1"
rich = "^12.5.1"
Expand Down

0 comments on commit bfdd76b

Please sign in to comment.