Skip to content

Commit

Permalink
Merge pull request #8 from umr-lops/improve_processor
Browse files Browse the repository at this point in the history
add missing dependencies
  • Loading branch information
agrouaze authored Feb 7, 2024
2 parents 8199ca5 + 5253a37 commit 4a17e91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ dependencies = [
"scipy",
"netCDF4",
"importlib_resources",
'tqdm'
'tqdm',
'pyyaml',
'matplotlib'
]

dynamic = ["version"]
Expand Down

0 comments on commit 4a17e91

Please sign in to comment.