Skip to content

Commit

Permalink
tweak meta.yaml, setup.py for requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Jul 22, 2024
1 parent 5cf5b9e commit 9c923fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ requirements:
- pip
run:
- python
- pytest
- click
- pandas
- xarray
- pytest
- conda-forge::intake-esm=2023.7.7
- pandas
- jsondiff
- conda-forge::intake-esm=2023.7.7
- boto3
test:
imports:
- catalogbuilder
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
'click',
'xarray',
'pandas',
'boto3',
'botocore'
'jsondiff',
'intake-esm',
'boto3'
]
)

Expand Down

0 comments on commit 9c923fc

Please sign in to comment.