Skip to content

Commit

Permalink
Merge pull request #20 from agrouaze/L1C_proc_fix2
Browse files Browse the repository at this point in the history
try to debug yaml dependency
  • Loading branch information
agrouaze authored May 31, 2023
2 parents 8b2e937 + 752b2ab commit 336e9fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "slcl1butils"
requires-python = ">=3.7,<3.11"
requires-python = ">= 3.9"
description = "Python library to exploit SAR IFREMER L1B products"
readme.file = "README.md"
readme.content-type = "text/markdown"
Expand All @@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
'yaml',
"xarray",
"numpy",
"netCDF4",
Expand All @@ -21,8 +22,7 @@ dependencies = [
"importlib_resources",
'tqdm',
"zarr",
'fsspec',
'yaml'
'fsspec'
]
dynamic = ["version"]

Expand Down

0 comments on commit 336e9fc

Please sign in to comment.