We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3320699 commit 3d4ff90Copy full SHA for 3d4ff90
1 file changed
setup.py
@@ -90,12 +90,12 @@ def relative(lst, base=''):
90
],
91
},
92
93
- install_requires=['cflib>=0.1.24',
+ install_requires=['cflib>=0.1.25.1',
94
'appdirs~=1.4.0',
95
'pyzmq~=25.0',
96
'pyqtgraph~=0.13',
97
'PyYAML~=6.0.1',
98
- 'numpy>=1.20,<1.25',
+ 'numpy~=1.20',
99
'vispy~=0.13.0',
100
'pyserial~=3.5',
101
'pyqt6~=6.5',
0 commit comments