From 8867e5e24f5055522e91d1d09eab59ccc5073ad5 Mon Sep 17 00:00:00 2001 From: sgiardie Date: Thu, 26 Sep 2024 17:18:13 +0200 Subject: [PATCH] updating fgspectra requirement --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad42ee7..f420a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">=3.9.0" dependencies = [ - "fgspectra @ git+https://github.com/simonsobs/fgspectra@dev_beam", + "fgspectra >= 1.3.0", "syslibrary>=0.2.0", "cobaya>=3.5.4", "sacc>=0.9.0",