From 3cd2c322ab6c61f7e972ca7906377cbe9b5ad883 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 4 Jun 2024 07:03:41 -0700 Subject: [PATCH] Add optional dependencies to environment.yml (#413) Include Pooch's optional dependencies to `environment.yml`. This allows to run the full suite of tests after creating the environment and installing Pooch with `make install`. --- environment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment.yml b/environment.yml index 8c36ebbb..d74a3573 100644 --- a/environment.yml +++ b/environment.yml @@ -9,6 +9,10 @@ dependencies: - requests - packaging - platformdirs + # Optional dependencies + - tqdm>=4.41.0,<5.0.0 + - paramiko>=2.7.0 + - xxhash>=1.4.3 # Build - build # Test