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