Closed georgflick closed 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
poetry.lock
poetry lock --no-update
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 withpoetry lock --no-update