pyproject.toml

Mon, 29 Jan 2024 11:16:12 +0000

author
pilar <pilar.gumaclaramunt@cnr.it>
date
Mon, 29 Jan 2024 11:16:12 +0000
changeset 1
f0db47eb70b1
parent 0
fce4cae19357
child 2
763a7ac22031
permissions
-rw-r--r--

Removed a few example files

pilar@0 1 [tool.poetry]
pilar@0 2 name = "eldamwl_plot"
pilar@0 3 version = "0.1.0"
pilar@0 4 description = "Program to plot the profiles from the ELDAmwl data files"
pilar@0 5 authors = ["pgumaclaramunt <95616500+pgumaclaramunt@users.noreply.github.com>"]
pilar@0 6
pilar@0 7 [tool.poetry.dependencies]
pilar@0 8 python = "^3.9"
pilar@0 9 netCDF4 = "^1.6.5"
pilar@0 10 h5netcdf = "^1.3.0"
pilar@0 11 xarray = "^2023.12.0"
pilar@0 12 plotly = "^5.18.0"
pilar@0 13
pilar@0 14 [tool.poetry.dev-dependencies]
pilar@0 15
pilar@0 16 [build-system]
pilar@0 17 requires = ["poetry-core>=1.0.0"]
pilar@0 18 build-backend = "poetry.core.masonry.api"

mercurial