From ceaf93ef525c9ea410a9836979153cf9936a70b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:15:42 +0000 Subject: [PATCH] Update dependency bw2io to v0.9.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9bde8b..3af58c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requires-python = ">=3.11" dependencies = [ "bw2calc==2.0.dev23", "bw2data==4.0.dev46", - "bw2io==0.9.dev31", + "bw2io==0.9.6", "bw_graph_tools>0.4", "numpy", "pandas",