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