From 7c941a406345c08a06c9505e473000a92d44a516 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 2 Aug 2024 15:53:10 +0100 Subject: [PATCH] test install --- docs/soliket-docs.yml | 2 +- pyproject.toml | 1 + requirements.txt | 3 +-- soliket-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/soliket-docs.yml b/docs/soliket-docs.yml index 4b865b8e..a1c18883 100644 --- a/docs/soliket-docs.yml +++ b/docs/soliket-docs.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: - - python>=3.8,<3.12 + - python>=3.9 - pip - pytest-cov - compilers diff --git a/pyproject.toml b/pyproject.toml index 8d88b990..2f0e25f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "camb", "getdist", "syslibrary>=0.2.0", + "git+https://github.com/simonsobs/LAT_MFLike.git@restructure#egg=mflike" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 540c4185..083788e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,4 @@ pyccl >= 3.0; platform_system!='Windows' sacc fgspectra>=1.1.0 syslibrary -pyhalomodel -git+https://github.com/simonsobs/LAT_MFLike.git@restructure#egg=mflike \ No newline at end of file +pyhalomodel \ No newline at end of file diff --git a/soliket-tests.yml b/soliket-tests.yml index cffa78fd..10734e9b 100644 --- a/soliket-tests.yml +++ b/soliket-tests.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: - - python>=3.8,<3.12 + - python>=3.8 - pip - pytest - pytest-cov