From d0b57a4e17bf3391b99a0dcb9038b564e0c4d0b5 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 23 Jan 2025 15:14:16 +0100 Subject: [PATCH 1/2] fix to numcosmo<=0.22.0 --- .github/workflows/build_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 8658316f5..87ce6723b 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<=0.22.0' cmake swig setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython - name: Install prereq using pip run: | pip install -r requirements.txt From 10b0a9c2be02be449f424581c8caa212205922c1 Mon Sep 17 00:00:00 2001 From: Celine Combet Date: Wed, 29 Jan 2025 14:27:19 +0100 Subject: [PATCH 2/2] update version number --- clmm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clmm/__init__.py b/clmm/__init__.py index e9d63a2a0..f679b53cd 100644 --- a/clmm/__init__.py +++ b/clmm/__init__.py @@ -26,4 +26,4 @@ ) from . import support -__version__ = "1.14.4" +__version__ = "1.14.5"