SintefManufacturing/python-urx

Update pip package

Opened this issue · 2 comments

The current pip package is not up to date and is missing at least the addition to 3.5.

Seems like more people have run into this problem: #64 (comment)

finish your PR and I can make a release

PR should work, I can't test it any further.

Additionally it seems like numpy is required, but not automatically installed. Consider adding a requirement to numpy = "==1.19.3" (there seems to be a bug in the newest version: https://developercommunity.visualstudio.com/solutions/1241964/view.html).