PyPathway
PyPathway copied to clipboard
Allow installing into an empty virtualenv
This moves the import of numpy into a custom build_ext command so we can:
- postpone the import of numpy to a time where setuptools has had a chance to install it
- record the build dependency in setup_requires so it's installed and and removed again automatically
Fixes #2
@iseekwonderful Ping?
No longer using this package. Closing.