qnbhd / mljet

Minimalistic ML-models auto deployment tool
MIT License
67 stars 4 forks source link

Requirements module enhancements #77

Closed qnbhd closed 1 year ago

qnbhd commented 1 year ago

In this MR, the requirements module was refactored. The merge-requirements package dependency has been removed, pkg_resources and packaging are now used. Also the stupid parsing of jupyter notebooks has been replaced by using and validating with the nbformat package.

CC: @pacifikus