Skip to content

Commit 70df1c8

Browse files
committed
Requirement on numpy version added in Windows install, too.
1 parent 04ef203 commit 70df1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=setuptools.find_packages(),
1818
ext_modules=None,
1919
install_requires=[
20-
'numpy',
20+
'numpy < 1.23.0',
2121
'matplotlib',
2222
'psutil',
2323
'PyQt5',

0 commit comments

Comments
 (0)