-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (26 loc) · 1.18 KB
/
pyproject.toml
File metadata and controls
33 lines (26 loc) · 1.18 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
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "socco-periant"
version = "2023.09"
authors = ["Laique Djeutchouang <ldjeutchouang@aims.ac.tz>", ]
description = "A library of Python modules for processing and analysing outputs from various simulations of the BIOPERIANT ocean model developed by SOCCO."
keywords = ["ocean ecosystems and climate", "ocean/climate model data",
"large-scale/multi-dimensional data", "geospatial data processing"]
readme = "README.md"
classifiers = ["Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", ]
include = ["periant_tools/data_required/nemo_output_coeffs.csv",
"periant_tools/data_required/nemo_output_coeffs_bp12.csv"]
packages = [{include = "bioperiant_tool"}]
repository = "https://github.com/Djeutsch/BIOPERIANT12"
[tool.poetry.dependencies]
python = ">=3.9, <3.13"
numpy = "^1.26.0"
pandas = "^2.1.1"
xarray = "^2023.8.0"
netcdf4 = "^1.6.4"