We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c106f7 commit d03930bCopy full SHA for d03930b
1 file changed
pyproject.toml
@@ -43,7 +43,6 @@ numpy = [
43
{ version = ">=1.26.0", python = ">=3.12" },
44
]
45
pillow = "^11.1.0"
46
-black = "^25.9.0"
47
48
[tool.poetry.extras]
49
pyarrow = ["pyarrow"]
@@ -52,7 +51,7 @@ pyarrow = ["pyarrow"]
52
51
optional = true
53
54
[tool.poetry.group.quality.dependencies]
55
-black = ">=23.1,<26.0"
+black = ">=25.9.0,<26.0"
56
ruff = ">=0.3.2,<0.14.0"
57
types-tqdm = "^4.65.0.0"
58
types-tabulate = "^0.9.0.3"
0 commit comments