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