Skip to content

Commit a7fb36a

Browse files
committed
[JTH] add cmocean to package requirements
1 parent 951890f commit a7fb36a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"statsmodels",
4545
"regionmask",
4646
"wavespectra",
47+
"cmocean",
4748
]
4849

4950
[project.optional-dependencies]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"statsmodels",
3939
"regionmask",
4040
"wavespectra",
41+
"cmocean",
4142
],
4243
classifiers=["Programming Language :: Python :: 3.11"],
4344
python_requires=">=3.11", # Specify the Python version required

0 commit comments

Comments
 (0)