Skip to content

Commit

Permalink
Merge pull request #2807 from catalyst-cooperative/dependabot/pip/dev…
Browse files Browse the repository at this point in the history
…/pyarrow-gte-5-and-lt-13.1

Update pyarrow requirement from <12.1,>=5 to >=5,<13.1
  • Loading branch information
zaneselvans authored Aug 28, 2023
2 parents acf4c5f + a09368a commit 7bc0fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"networkx>=2.2,<3.2",
"numpy>=1.18.5,!=1.23.0,<1.26",
"pandas>=1.4,<1.5.4",
"pyarrow>=5,<12.1",
"pyarrow>=5,<13.1",
"pydantic[email]>=1.7,<2",
"python-dotenv>=0.21,<1.1",
"python-snappy>=0.6,<0.7",
Expand Down

0 comments on commit 7bc0fb1

Please sign in to comment.