From f082b606b7d86364763589e1deab1167c3a02b75 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Wed, 4 Dec 2024 14:21:25 -0800 Subject: [PATCH] Pin geoana==0.1.3 (#581) Use geoana==0.1.3 instead of 0.2.1. The latter had an issue with circular imports that made building the website to fail. This change (along with #579) should be also reverted when updating the repo to work with the latest version of geoana. --- .github/workflows/python-app.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index aae93f9e..8a8a383b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,7 +29,7 @@ jobs: cat requirements-build-geoana.txt | grep -v "^#" >> requirements-ci.txt pip install -r requirements-ci.txt rm requirements-ci.txt - pip install --no-build-isolation geoana==0.2.1 + pip install --no-build-isolation geoana==0.1.3 # Install extra packages pip install flake8 pytest @@ -57,7 +57,7 @@ jobs: cat requirements-build-geoana.txt | grep -v "^#" >> requirements-ci.txt pip install -r requirements-ci.txt rm requirements-ci.txt - pip install --no-build-isolation geoana==0.2.1 + pip install --no-build-isolation geoana==0.1.3 - name: Build pages run: | diff --git a/requirements.txt b/requirements.txt index 98f84f33..e0cb89ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ sphinxcontrib-bibtex sphinx_rtd_theme pytest matplotlib -geoana==0.2.1 +geoana==0.1.3