diff --git a/setup.py b/setup.py index 700671cf..95058f43 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIREMENTS: dict = { 'matplotlib', 'memoization', 'mistune', - 'numpy != 1.23', + 'numpy != 1.23, !=1.23.1', 'psutil', 'python-dateutil', 'retry',