Skip to content

Commit

Permalink
Hotfix: Pin Unicorn version to 2.0.1.post1
Browse files Browse the repository at this point in the history
Currently, Univorn v2.1.0/v2.1.1 breaks avatars import logic. This hotfix surpresses the errors, but a proper fix is to be provided later.
  • Loading branch information
mariusmue authored Oct 23, 2024
1 parent e29b338 commit 56a90cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'parse',
'configparser',
'npyscreen',
'unicorn',
'unicorn==2.0.1.post1',
'bitstring',
'pylink-square',
'pyusb',
Expand Down

0 comments on commit 56a90cf

Please sign in to comment.