Skip to content

Commit fce5573

Browse files
authored
fix nptyping issue (#430)
Signed-off-by: Andrey Parfenov <[email protected]>
1 parent 2c05590 commit fce5573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=find_packages(),
1818
install_requires=[
1919
'numpy',
20-
'nptyping'
20+
'nptyping==1.4.4'
2121
],
2222
package_data={
2323
'brainflow': [

0 commit comments

Comments
 (0)