Closed joergklausen closed 9 months ago
Commenting out line 17, so that pip install works. The import (of numpy) was moved into the only function that uses numpy. This means any existing functionality is maintained within the module.
numpy
@joergklausen I've updated this in a separate PR. Should be fixed now. Thanks
Commenting out line 17, so that pip install works. The import (of
numpy
) was moved into the only function that uses numpy. This means any existing functionality is maintained within the module.