We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aab31a commit d973391Copy full SHA for d973391
setup.py
@@ -13,7 +13,7 @@
13
VERSION = meta["__version__"]
14
KEYWORDS = "dynamic-mode-decomposition dmd"
15
16
-REQUIRED = ["numpy", "scipy", "matplotlib", "scikit-learn"]
+REQUIRED = ["numpy<2", "scipy", "matplotlib", "scikit-learn"]
17
18
EXTRAS = {
19
"docs": ["Sphinx>=1.4", "sphinx_rtd_theme"],
0 commit comments