From 01259f5733ed987101e95195e3420617be68c879 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Wed, 24 Jan 2024 11:31:09 +0100 Subject: [PATCH] Migration to ei39 --- .github/workflows/main.yml | 5 +---- requirements.txt | 1 - setup.py | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eed7907..fc3ea3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,12 +58,9 @@ jobs: - name: Install python version uses: gabrielfalcao/pyenv-action@v7 with: - default: 3.9.0 + default: 3.10.0 command: pip install -U pip # upgrade pip after installing python - - name: create environment - run: pyenv local 3.9.0 && python -mvenv .venv390 - - name: Install dependencies run: | pip install -r requirements.txt --upgrade pip diff --git a/requirements.txt b/requirements.txt index 455f1df..5810fd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ carculator_utils==1.2.0.dev3 -bw2io<=0.8.12 prettytable \ No newline at end of file diff --git a/setup.py b/setup.py index 383459c..96cbc3c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ def package_files(directory): }, install_requires=[ "carculator_utils==1.2.0.dev3", - "bw2io<=0.8.12", "prettytable", ], url="https://github.com/romainsacchi/carculator_bus",