From af903509c788b0dfcb450461fc19b01a094fddc8 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Mon, 2 Feb 2026 07:37:41 -0800 Subject: [PATCH] min pin pooch to fix data fetching --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0d563c254..155b4645d 100644 --- a/environment.yml +++ b/environment.yml @@ -27,6 +27,7 @@ dependencies: - plugcli - pint>=0.24.0 - pip + - pooch >= 1.9.0 # min needed for https://github.com/fatiando/pooch/issues/502 - py3dmol - pydantic >= 2.0.0, <2.12.0 # https://github.com/openforcefield/openff-interchange/issues/1346 - pygraphviz @@ -52,4 +53,3 @@ dependencies: - threadpoolctl - pip: - git+https://github.com/OpenFreeEnergy/gufe@main - - git+https://github.com/fatiando/pooch@main # related to https://github.com/fatiando/pooch/issues/502