-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (26 loc) · 1.09 KB
/
Copy pathpyproject.toml
File metadata and controls
32 lines (26 loc) · 1.09 KB
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
32
[build-system]
requires = ['setuptools']
build-backend = 'setuptools.build_meta'
[project]
name = "lumia"
version = '1.0'
authors = [
{'name' = "Guillaume Monteil", email ="guillaume.monteil@nateko.lu.se"},
{'name' = "Carlos Gomez", email="carlos.gomez@nateko.lu.se"},
{'name' = "Arndt Meier", email="arndt.meier@nateko.lu.se"}
]
readme = "README.md"
dependencies = ['loguru', 'pandas>=2.0.1', 'dask', 'tables', 'numpy', 'h5py', 'matplotlib', 'python-dateutil', 'netCDF4', 'xarray', 'pint', 'omegaconf', 'scipy', 'setuptools', 'bottleneck', 'mkdocs', 'h5netcdf', 'tqdm', 'pymdown-extensions']
requires-python = '>=3.9'
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
"Operating System :: OS Independent",
]
[tool.setuptools.packages.find]
where = ['src']
exclude = ['congrad*']
include = ['lumia*', 'transport*', 'gridtools*', 'icosPortalAccess*']
[project.optional-dependencies]
interactive = ['ipython', 'ipywidgets', 'geoviews', 'hvplot', 'jupyter_bokeh', 'ipykernel']
icos = ['icoscp']