From 6f35f40c3c0c5de6eef323eafe68183554b93fb8 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 15 Oct 2023 17:45:52 +0200 Subject: [PATCH] Correct version of `bw2io` --- conda/meta.yaml | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index cb2a634..692ff47 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -20,7 +20,7 @@ requirements: run: - numpy - pandas - - bw2io >=0.8.10 + - bw2io - bw2data - wurst>=0.3.3 - prettytable diff --git a/requirements.txt b/requirements.txt index 9473761..9d9dfdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy pandas -bw2io >=0.8.10 +bw2io bw2data wurst>=0.3.3 prettytable diff --git a/setup.py b/setup.py index 5dc0352..ab0b545 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def package_files(directory): install_requires=[ "numpy", "pandas", - "bw2io >=0.8.10", + "bw2io", "bw2data", "prettytable", "datapackage",