Skip to content

Commit ec4e18d

Browse files
authored
Merge pull request PyDMD#468 from PyDMD/numpy-no-2
Requirements: `numpy<2`
2 parents 5aab31a + d973391 commit ec4e18d

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)