juergenH87 / python-can-j1939

The package provides SAE J1939 support for Python developers
MIT License
90 stars 51 forks source link

Remove numpy dependency #83

Open Grayson-Nocera opened 3 months ago

Grayson-Nocera commented 3 months ago

The numpy dependency is very large and unnecessary for this project. It is only used in one short block of code in j1939_22.py. The dependency to numpy has been removed in favor of built-in Python list operations.

grant-allan-ctct commented 3 months ago

PR #46 might be useful to look at?

Grayson-Nocera commented 3 months ago

PR #46 might be useful to look at?

Wow, I can't believe I didn't see this beforehand! Thanks for pointing it out. Their PR should do the trick.