Skip to content

Commit 59a284b

Browse files
committed
[JTH] add little package siphon
1 parent 52b35f6 commit 59a284b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies = [
4949
"ipykernel",
5050
"ipywidgets",
5151
"cmocean",
52+
"siphon",
5253
]
5354

5455
[project.optional-dependencies]

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# without needing to reinstall the package.
88
# To install the package, change name of pyproject.toml to pyproject.toml.bak
99

10-
from setuptools import setup, find_packages
10+
from setuptools import find_packages, setup
1111

1212
setup(
1313
name="BlueMath_tk",
@@ -41,6 +41,7 @@
4141
"wavespectra",
4242
"cmocean",
4343
"hydromt-sfincs",
44+
"siphon",
4445
],
4546
classifiers=["Programming Language :: Python :: 3.11"],
4647
python_requires=">=3.11", # Specify the Python version required

0 commit comments

Comments
 (0)