From 8696564ed6c6cfe79fd04780dbc2ef3829feddd4 Mon Sep 17 00:00:00 2001 From: haasad Date: Sat, 26 Aug 2023 09:27:48 +0200 Subject: [PATCH] Drop beautifulsoup4, not used anymore with the new ecoinvent site Also drop the cmutel channel in the build and test envs, brightway2 packages are available on conda-forge. --- .github/environment-build.yaml | 1 - .github/environment-test.yaml | 2 -- conda-recipe/meta.yaml | 1 - eidl/core.py | 1 - 4 files changed, 5 deletions(-) diff --git a/.github/environment-build.yaml b/.github/environment-build.yaml index c3d65e4..266a6eb 100644 --- a/.github/environment-build.yaml +++ b/.github/environment-build.yaml @@ -1,7 +1,6 @@ name: build channels: - conda-forge - - cmutel dependencies: - conda-build - anaconda-client diff --git a/.github/environment-test.yaml b/.github/environment-test.yaml index 91f43e2..e7b9f03 100644 --- a/.github/environment-test.yaml +++ b/.github/environment-test.yaml @@ -1,10 +1,8 @@ name: test channels: - conda-forge - - cmutel dependencies: - brightway2 - requests - - beautifulsoup4 - py7zr - flake8 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 35e482e..2fe27c3 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -23,7 +23,6 @@ requirements: - bw2io - bw2data - requests - - beautifulsoup4 - py7zr - appdirs diff --git a/eidl/core.py b/eidl/core.py index 95451f7..5fb29af 100644 --- a/eidl/core.py +++ b/eidl/core.py @@ -6,7 +6,6 @@ import json import requests -import bs4 from bw2io import SingleOutputEcospold2Importer, bw2setup from bw2data import projects, databases