Skip to content

Commit ad82fcc

Browse files
authored
chore: bump python dependencies (#453)
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent 158b5e8 commit ad82fcc

File tree

2 files changed

+410
-300
lines changed

2 files changed

+410
-300
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dynamic = ["version"]
2929

3030
[project.optional-dependencies]
3131
pyarrow = ["pyarrow>=8.0.0"]
32-
pandas = ["pandas>=1.4.4", "pyarrow>=8.0.0"]
33-
polars = ["polars>=0.16.14"]
32+
pandas = ["pandas>=1.4.4,<3", "pyarrow>=8.0.0"]
33+
polars = ["polars>=1"]
3434

3535
[dependency-groups]
3636
dev = ["maturin>=1.7.0,<2.0"]
@@ -49,7 +49,7 @@ linting = [
4949
{ include-group = "dev" },
5050
"mypy>=1.11.2,<2",
5151
"pre-commit>=2.20.0,<5",
52-
"ruff>=0.12,<0.15",
52+
"ruff>=0.15",
5353
]
5454
docs = [{ include-group = "dev" }, "pdoc"]
5555
all = [

0 commit comments

Comments
 (0)