diff --git a/setup.py b/setup.py index e057da5c..f32d10c2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIREMENTS: dict = { 'matplotlib', 'memoization', 'mistune', - 'numpy != 1.22.0', + 'numpy != 1.22.0, != 1.22.1', 'psutil', 'python-dateutil', 'scipy',