From cfa7f1191cccb8dd8f98ad7065c11bf484ff7453 Mon Sep 17 00:00:00 2001 From: Hsin Fan <57552401+hsinfan1996@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:54:46 +0800 Subject: [PATCH 1/2] Unpin swig (#650) * Unpin swig * Update version to 1.14.3 --------- Co-authored-by: Michel Aguena --- .github/workflows/build_check.yml | 2 +- clmm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index c38cfb1e5..9f2419f44 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -16,7 +16,7 @@ jobs: - name: Install prereq and NumCosmo using conda run: | echo "$CONDA/bin" >> $GITHUB_PATH - conda install -c conda-forge gobject-introspection pygobject numcosmo cmake "swig<4.3.0" setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython + conda install -c conda-forge gobject-introspection pygobject numcosmo cmake swig setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython - name: Install prereq using pip run: | pip install -r requirements.txt diff --git a/clmm/__init__.py b/clmm/__init__.py index b5d66aeed..d1af32a2b 100644 --- a/clmm/__init__.py +++ b/clmm/__init__.py @@ -26,4 +26,4 @@ ) from . import support -__version__ = '1.14.2' +__version__ = '1.14.3' From b9d4b39506498fb0fbf38c048718154ec403a967 Mon Sep 17 00:00:00 2001 From: Michel Aguena Date: Tue, 19 Nov 2024 15:39:46 +0100 Subject: [PATCH 2/2] Fix gha (#653) * rm --no-use-pep517 flag on ccl install * Update version to 1.14.4 --------- Co-authored-by: Michel Aguena --- .github/workflows/build_check.yml | 2 +- clmm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 9f2419f44..8658316f5 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -38,7 +38,7 @@ jobs: #conda install -c conda-forge cmake swig setuptools_scm git clone https://github.com/LSSTDESC/CCL cd CCL - pip install --no-use-pep517 . + pip install . - name: Run the unit tests run: | pip install pytest pytest-cov diff --git a/clmm/__init__.py b/clmm/__init__.py index d1af32a2b..e9d63a2a0 100644 --- a/clmm/__init__.py +++ b/clmm/__init__.py @@ -26,4 +26,4 @@ ) from . import support -__version__ = '1.14.3' +__version__ = "1.14.4"