RECETOX / RIAssigner

RIAssigner is a python tool for retention index (RI) computation for GC-MS data.
MIT License
4 stars 6 forks source link

Fix dependencies (pint and numpy) #97

Closed xtrojak closed 1 year ago

xtrojak commented 1 year ago

This PR pinned pint >=0.17,<0.20 and matchms >=0.14.0,<0.18.0 for dependency issues.

Close #96.