From 6a850cb3253944a5d4219f17a83a7c8b117d4be1 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 8 Jul 2024 21:23:49 +0200 Subject: [PATCH] Update github recipe --- requirements.txt | 4 +--- setup.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 467629b..72ca979 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,6 @@ pandas numpy git+https://github.com/romainsacchi/d3blocks.git -bw2io -bw2data -bw2calc +brightway25 country_converter pyyaml \ No newline at end of file diff --git a/setup.py b/setup.py index 8b546ba..a82d655 100644 --- a/setup.py +++ b/setup.py @@ -42,9 +42,7 @@ def package_files(directory): install_requires=[ "pandas", "numpy", - "bw2io", - "bw2data", - "bw2calc", + "brightway25", "country_converter", "pyyaml", ],