mjcarroll / r2s

134 stars 5 forks source link

Make numpy dependency mandatory #13

Closed georgflick closed 1 week ago

georgflick commented 1 week ago

As described in the issue #12 , the poetry run r2s command throws an error, if it couldn't import the numpy library.

As a quick fix, I changed the numpy dependency to mandatory in this PR and updated the poetry.lock file with poetry lock --no-update