From caba78be3e996811e3cd0b17d488726840e72314 Mon Sep 17 00:00:00 2001 From: Giacomo Galloni Date: Wed, 6 Nov 2024 11:44:03 +0100 Subject: [PATCH] Test new refactor of Cobaya type checking --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a202b6d8..a2955621 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,7 +11,7 @@ dill fuzzywuzzy astropy getdist -cobaya @ git+https://github.com/ggalloni/cobaya.git@checking_types +cobaya @ git+https://github.com/CobayaSampler/cobaya.git@action_types pyccl sacc fgspectra>=1.1.0 diff --git a/pyproject.toml b/pyproject.toml index 73dae974..16cc8530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pandas", # to remove "pytest-cov", "astropy", - "cobaya @ git+https://github.com/ggalloni/cobaya.git@checking_types", + "cobaya @ git+https://github.com/CobayaSampler/cobaya.git@action_types", "sacc", "fgspectra >= 1.1.0", "pyccl >= 3.0; platform_system!='Windows'", diff --git a/requirements.txt b/requirements.txt index daefcce0..fcfb3e1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ dill fuzzywuzzy astropy getdist -cobaya @ git+https://github.com/ggalloni/cobaya.git@checking_types +cobaya @ git+https://github.com/CobayaSampler/cobaya.git@action_types pyccl >= 3.0; platform_system!='Windows' sacc fgspectra>=1.1.0