Skip to content

Commit d973391

Browse files
authored
restrict NumPy version
1 parent 5aab31a commit d973391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

16-
REQUIRED = ["numpy", "scipy", "matplotlib", "scikit-learn"]
16+
REQUIRED = ["numpy<2", "scipy", "matplotlib", "scikit-learn"]
1717

1818
EXTRAS = {
1919
"docs": ["Sphinx>=1.4", "sphinx_rtd_theme"],

0 commit comments

Comments
 (0)