Skip to content

Commit

Permalink
try to debug yaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed May 31, 2023
1 parent 057e6ca commit 752b2ab
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 752b2ab

Please sign in to comment.