We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158b5e8 commit ad82fccCopy full SHA for ad82fcc
pyproject.toml
@@ -29,8 +29,8 @@ dynamic = ["version"]
29
30
[project.optional-dependencies]
31
pyarrow = ["pyarrow>=8.0.0"]
32
-pandas = ["pandas>=1.4.4", "pyarrow>=8.0.0"]
33
-polars = ["polars>=0.16.14"]
+pandas = ["pandas>=1.4.4,<3", "pyarrow>=8.0.0"]
+polars = ["polars>=1"]
34
35
[dependency-groups]
36
dev = ["maturin>=1.7.0,<2.0"]
@@ -49,7 +49,7 @@ linting = [
49
{ include-group = "dev" },
50
"mypy>=1.11.2,<2",
51
"pre-commit>=2.20.0,<5",
52
- "ruff>=0.12,<0.15",
+ "ruff>=0.15",
53
]
54
docs = [{ include-group = "dev" }, "pdoc"]
55
all = [
0 commit comments