cknd / stackprinter

Debugging-friendly exceptions for Python
MIT License
1.28k stars 37 forks source link

Remove Packaging dependency by replacing the explicit numpy version check with an exception handler #60

Closed cknd closed 1 year ago

cknd commented 1 year ago

thanks to @alx-sdv in https://github.com/cknd/stackprinter/pull/59

cknd commented 1 year ago

(PS: The reason the CI didn't catch this is that with installing pytest, packaging is also pulled in, so the faulty import worked fine in the test suite.. 🙃 )