From f28683e28688237571e9727a7213134cd5088ef1 Mon Sep 17 00:00:00 2001 From: "michael.williams" <michael.williams@ligo.org> Date: Thu, 22 Feb 2024 19:42:55 +0000 Subject: [PATCH] BLD: change nflows dependency for glasflow --- containers/env-template.yml | 2 +- mcmc_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/env-template.yml b/containers/env-template.yml index b62a94623..11317050f 100644 --- a/containers/env-template.yml +++ b/containers/env-template.yml @@ -65,8 +65,8 @@ dependencies: - jupyter - nbconvert - twine + - glasflow - pip: - autodoc - ipykernel - build - - nflows diff --git a/mcmc_requirements.txt b/mcmc_requirements.txt index 6f5678c04..441ba479c 100644 --- a/mcmc_requirements.txt +++ b/mcmc_requirements.txt @@ -1,2 +1,2 @@ scikit-learn -nflows +glasflow -- GitLab