We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951890f commit a7fb36aCopy full SHA for a7fb36a
pyproject.toml
@@ -44,6 +44,7 @@ dependencies = [
44
"statsmodels",
45
"regionmask",
46
"wavespectra",
47
+ "cmocean",
48
]
49
50
[project.optional-dependencies]
setup.py
@@ -38,6 +38,7 @@
38
39
40
41
42
],
43
classifiers=["Programming Language :: Python :: 3.11"],
python_requires=">=3.11", # Specify the Python version required
0 commit comments