Skip to content

Commit

Permalink
Add pyyaml as a pip dependency (for those who install via pip)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Jul 18, 2024
1 parent b33c4ef commit 65919bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
'xarray',
'pandas',
'boto3',
'botocore'
'botocore',
'pyyaml'
]
)

Expand Down

0 comments on commit 65919bd

Please sign in to comment.