We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b35f6 commit 59a284bCopy full SHA for 59a284b
pyproject.toml
@@ -49,6 +49,7 @@ dependencies = [
49
"ipykernel",
50
"ipywidgets",
51
"cmocean",
52
+ "siphon",
53
]
54
55
[project.optional-dependencies]
setup.py
@@ -7,7 +7,7 @@
7
# without needing to reinstall the package.
8
# To install the package, change name of pyproject.toml to pyproject.toml.bak
9
10
-from setuptools import setup, find_packages
+from setuptools import find_packages, setup
11
12
setup(
13
name="BlueMath_tk",
@@ -41,6 +41,7 @@
41
"wavespectra",
42
43
"hydromt-sfincs",
44
45
],
46
classifiers=["Programming Language :: Python :: 3.11"],
47
python_requires=">=3.11", # Specify the Python version required
0 commit comments