Changed numpy version

This commit is contained in:
Luis Aleixo 2022-01-06 14:29:16 +01:00
parent ac8dd82a73
commit e4a7a1bfd0

View file

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