Skip to content

Commit

Permalink
Merge pull request #21 from agrouaze/L1C_proc_fix2
Browse files Browse the repository at this point in the history
fix yaml -> PyYAML
  • Loading branch information
agrouaze authored May 31, 2023
2 parents 336e9fc + 79b2ca2 commit 022d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
'yaml',
'PyYAML',
"xarray",
"numpy",
"netCDF4",
Expand Down

0 comments on commit 022d47e

Please sign in to comment.