pyproject.toml

Wed, 28 Aug 2024 11:28:24 +0000

author
pilar <pilar.gumaclaramunt@cnr.it>
date
Wed, 28 Aug 2024 11:28:24 +0000
changeset 4
75213aef70b8
parent 2
763a7ac22031
permissions
-rw-r--r--

Changed the timestamps to UTC and the filenames of the plots

[tool.poetry]
name = "eldamwl_plot"
version = "0.1.0"
description = "Program to plot the profiles from the ELDAmwl data files"
authors = ["pgumaclaramunt <95616500+pgumaclaramunt@users.noreply.github.com>"]

[tool.poetry.dependencies]
python = "^3.9"
netCDF4 = "^1.6.5"
h5netcdf = "^1.3.0"
xarray = "^2023.12.0"
plotly = "^5.18.0"
nc = "^1.0.2"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

mercurial