From 721e2d9c64555ff533c281e37fababe1a66be027 Mon Sep 17 00:00:00 2001 From: Hsin Fan <57552401+hsinfan1996@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:52:34 +0800 Subject: [PATCH 1/2] Fix GHA (#647) * swig<4.3.0 * Update version to 1.14.2 --------- 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..c38cfb1e5 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 setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython + conda install -c conda-forge gobject-introspection pygobject numcosmo cmake "swig<4.3.0" 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 0b688448d..b5d66aeed 100644 --- a/clmm/__init__.py +++ b/clmm/__init__.py @@ -26,4 +26,4 @@ ) from . import support -__version__ = "1.14.1" +__version__ = '1.14.2' 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 2/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'