From 6b7806c40c070290f77698b676f622e1a2503c48 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 29 Sep 2024 15:45:56 +0300 Subject: [PATCH] Fix `from database` column in dataframe to align with first item of `from key`. --- .github/workflows/main.yml | 2 +- conda/conda_build_config.yaml | 3 +-- requirements.txt | 1 + setup.py | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f3b74d..4d3307e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,8 +49,8 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt --upgrade pip - pip install -e . pip install pytest + pip install -e . - name: Run tests run: | diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml index 2365d7a..30c7120 100644 --- a/conda/conda_build_config.yaml +++ b/conda/conda_build_config.yaml @@ -1,3 +1,2 @@ python: - - 3.10 - - 3.11 \ No newline at end of file + - 3.10 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b182b1b..3ee62f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ numpy pandas bw2io bw2data +bw2calc wurst>=0.4.0 prettytable datapackage diff --git a/setup.py b/setup.py index 86197e4..c8f9673 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ def package_files(directory): "pandas", "bw2io", "bw2data", + "bw2calc", "prettytable", "datapackage", "sparse",