Skip to content

Commit

Permalink
fix nptyping issue (#430)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 authored Apr 10, 2022
1 parent 2c05590 commit fce5573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=find_packages(),
install_requires=[
'numpy',
'nptyping'
'nptyping==1.4.4'
],
package_data={
'brainflow': [
Expand Down

0 comments on commit fce5573

Please sign in to comment.