diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index e36ee821c..62426adaa 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -29,8 +29,8 @@ dependencies = [ "langchain-anthropic", "pre-commit" ] -installer = "uv" env-vars = {VIZRO_AI_LOG_LEVEL = "DEBUG"} +installer = "uv" [envs.default.scripts] example = "cd examples; python example.py"