Skip to content

Commit 6707a96

Browse files
committed
Forgot the modified setup.py
1 parent ce07d67 commit 6707a96

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
VERSION = meta["__version__"]
1414
KEYWORDS = "dynamic-mode-decomposition dmd"
1515

16-
REQUIRED = ["numpy<2", "scipy", "matplotlib", "scikit-learn"]
16+
REQUIRED = [
17+
"numpy<2",
18+
"scipy",
19+
"matplotlib",
20+
"scikit-learn",
21+
"xarray",
22+
"h5netcdf",
23+
]
1724

1825
EXTRAS = {
1926
"docs": ["Sphinx>=1.4", "sphinx_rtd_theme"],

0 commit comments

Comments
 (0)