Skip to content

Commit 6292ac8

Browse files
authored
Merge pull request #144 from frequenz-floss/dependabot/pip/pyarrow-gte-20.0.0-and-lt-22.0.0
Update pyarrow requirement from <21.0.0,>=20.0.0 to >=20.0.0,<22.0.0
2 parents 32130e6 + 5779b0c commit 6292ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"typing-extensions >= 4.12.2, < 5",
3030
"numpy >= 2.3.1, < 3",
3131
"pandas >= 2.3.1, < 3",
32-
"pyarrow >= 20.0.0, < 21.0.0",
32+
"pyarrow >= 20.0.0, < 22.0.0",
3333
"matplotlib >= 3.8.4, < 3.11.0",
3434
"ipython == 9.3.0",
3535
"pvlib >= 0.13.0, < 0.14.0",

0 commit comments

Comments
 (0)