diff --git a/setup.py b/setup.py index 324c1f00..49232333 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIREMENTS: dict = { 'matplotlib', 'memoization', 'mistune', - 'numpy', + 'numpy != 1.23', 'psutil', 'python-dateutil', 'scipy',