Changed numpy version

This commit is contained in:
Luis Aleixo 2022-01-17 11:16:31 +01:00
parent 1ea4690452
commit 7dd8fa2b21

View file

@ -27,7 +27,7 @@ REQUIREMENTS: dict = {
'matplotlib',
'memoization',
'mistune',
'numpy != 1.22.0',
'numpy != 1.22.0, != 1.22.1',
'psutil',
'python-dateutil',
'scipy',