Skip to content

Commit

Permalink
Merge pull request #60 from CABLE-LSM/59-tqdm-missing-in-conda-build-…
Browse files Browse the repository at this point in the history
…config

(#59) - Add tqdm to conda dependencies
  • Loading branch information
bschroeter authored Jan 20, 2025
2 parents 2176c1e + 1d96d2c commit b52d5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .conda/meorg_client_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- black
- ruff
- pandas>=2.2.2
- tqdm>=4.66.5
- pip:
- -r mkdocs-requirements.txt
1 change: 1 addition & 0 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ requirements:
- click >=8.1.7
- PyYAML >=6.0.1
- pandas >=2.2.2
- tqdm>=4.66.5

test:
imports:
Expand Down

0 comments on commit b52d5ea

Please sign in to comment.