Skip to content

Commit

Permalink
Add optional dependencies to environment.yml (#413)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
santisoler committed Jun 4, 2024
1 parent 030f928 commit 3cd2c32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cd2c32

Please sign in to comment.