-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
64 lines (60 loc) · 1.49 KB
/
Copy pathpyproject.toml
File metadata and controls
64 lines (60 loc) · 1.49 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[build-system]
requires = ["setuptools>=69.0.3", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "wass2s"
version = "0.4.10.5"
description = "A Python package for seasonal climate forecast."
readme = "README.md"
authors = [
{name = "HOUNGNIBO C. M. Mandela", email = "hmandelahmadiba@gmail.com"},
]
license = "GPL-3.0-or-later"
keywords = [
"climate",
"seasonal forecasting",
"subseasonal forecasting",
"machine learning",
"data downloading",
"downscaling",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Atmospheric Science",
]
requires-python = ">=3.11"
dependencies = [
"statsmodels",
"scipy==1.11.3",
"matplotlib==3.7.3",
"xeofs==3.0.4",
"cdsapi==0.7.4",
"cartopy==0.25.*",
"rasterio",
"geopandas",
"shapely",
"rioxarray",
"SkillMetrics",
"optuna",
"earthkit",
"ipywidgets",
"regionmask",
"pycountry",
"cca-zoo",
"eccodes",
"cfgrib"
# "torch",
# "lightning",
# "cca-zoo"
]
[project.urls]
Homepage = "https://pypi.org/project/wass2s/"
Documentation = "https://wass2s-readthedocs.readthedocs.io/en/latest/"
Repository = "https://github.com/hmandela/WASS2S/tree/main"
[tool.setuptools.packages.find]
where = ["."]