From eb8e0aa1d2adf9338d217bdc21f62abbf409ab74 Mon Sep 17 00:00:00 2001 From: Kevin Klein <7267523+kklein@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:06:51 +0200 Subject: [PATCH] Update pixi.toml Co-authored-by: Pavel Zwerschke --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 84f65f11..881361ec 100644 --- a/pixi.toml +++ b/pixi.toml @@ -19,7 +19,7 @@ ipywidgets = "*" lime = "*" optuna = "*" nbconvert = "*" -mypy = "1.9.0.*" +mypy = "*" pytest = ">=6" pytest-cov = "*" pytest-xdist = "*"