Skip to content

Commit acfed3f

Browse files
authored
Merge pull request #1908 from lisphilar/dependabot/pip/tabulate-gte-0.9.0-and-lt-0.11.0
build(deps): update tabulate requirement from <0.10.0,>=0.9.0 to >=0.9.0,<0.11.0
2 parents 5a5e9fc + 2e6002c commit acfed3f

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"optuna>=3.5,<5.0",
2828
"pandas>=2.2.0,<3.0.0",
2929
"pyarrow>=15,<24",
30-
"tabulate>=0.9.0,<0.10.0",
30+
"tabulate>=0.9.0,<0.11.0",
3131
"scipy>=1.12.0,<2.0.0",
3232
"ruptures>=1.1.9,<2.0.0",
3333
"matplotlib>=3.8.2,<4.0.0",

0 commit comments

Comments
 (0)