Skip to content

Commit eacbfa4

Browse files
committed
ci: bump Mypy version
1 parent 19bc76e commit eacbfa4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ numpy = ">=2.0.0"
2525
scipy = ">=1.14.0"
2626
matplotlib = ">=3.9.1"
2727
scikit-learn = ">=1.5.2"
28+
plotly = "^6.6.0"
2829

2930
[tool.poetry.group.dev.dependencies]
3031
pytest = ">=8.2.2"
31-
mypy = ">=1.10.1"
32+
mypy = ">=1.18.1"
3233
ruff = ">=0.12.0"
3334
pre-commit = ">=4.1.0"
3435
hypothesis = ">=6.122.1"

0 commit comments

Comments
 (0)