Remove numpy from deps & some fixes#19
Remove numpy from deps & some fixes#19python273 wants to merge 2 commits intoflipperdevices:mainfrom
Conversation
|
I will take a look tomorrow, thank you. Just want to clarify that this is mostly internal tool that is being used for our integration/e2e flipper tests at this moment. |
|
I mainly use it for reuploading an app after compilation. qFlipper-cli doesn't have file transfer cmds |
|
oh I see, that is one way to do it, I will talk to dev of qflipper, maybe it is easy to introduce to the cli version |
|
as for qflipper, there will be no updates sadly as for pull request, let me quickly go through code |
doomwastaken
left a comment
There was a problem hiding this comment.
got only two real comments about it, rest will test after those changes
If you do believe that reverting coordinates is needed, then I will have to go through protobuf_py code and see how widely it is being used
|
Would be cool to merge these changes, as the old numpy dependency blocks installing this package on python 3.13 |
Using numpy for a few functions seems quite excessive, I replaced it python lists. Also some bugfixes