-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (25 loc) · 762 Bytes
/
pyproject.toml
File metadata and controls
31 lines (25 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "PyFa-tool"
version = "0.0.2b"
description = "A python wrapper on RFa for FA files using Xarray"
authors = ["Thomas Vergauwen <thomas.vergauwen@meteo.be>",
"Kobe Vandelanotte <kobe.Vandelanotte@meteo.be>",
"Wout Dewettinck <kobe.Vandelanotte@meteo.be>"]
maintainers = ["Thomas Vergauwen <thomas.vergauwen@meteo.be>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.5.3"
numpy = "^1.24.1"
matplotlib = "^3.6.3"
geopandas = "^0.12.2"
xarray = "^2023.1.0"
rioxarray = "^0.13.3"
cartopy = "^0.22"
netcdf4 = "^1"
[tool.poetry.group.dev.dependencies]
#Group of dep packages for development
poetry = '^1.7'
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"