Skip to content

Commit b52d5ea

Browse files
authored
Merge pull request #60 from CABLE-LSM/59-tqdm-missing-in-conda-build-config
(#59) - Add tqdm to conda dependencies
2 parents 2176c1e + 1d96d2c commit b52d5ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.conda/meorg_client_dev.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ dependencies:
1616
- black
1717
- ruff
1818
- pandas>=2.2.2
19+
- tqdm>=4.66.5
1920
- pip:
2021
- -r mkdocs-requirements.txt

.conda/meta.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ requirements:
2727
- click >=8.1.7
2828
- PyYAML >=6.0.1
2929
- pandas >=2.2.2
30+
- tqdm>=4.66.5
3031

3132
test:
3233
imports:

0 commit comments

Comments
 (0)