Skip to content

Commit

Permalink
Do we need to be looser about the anaconda-cli-base dependency?
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram committed Aug 28, 2024
1 parent 804776c commit 756eb63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ requirements:
- setuptools >=58.0.4
- tqdm >=4.56.0
- urllib3 >=1.26.4
- anaconda-cli-base >=0.3.0
- anaconda-cli-base >0.2.3


test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ requests-toolbelt>=0.9.1
setuptools>=58.0.4
tqdm>=4.56.0
urllib3>=1.26.4
anaconda-cli-base>=0.3.0
anaconda-cli-base>0.2.3

0 comments on commit 756eb63

Please sign in to comment.