ThoughtWorksInc / CD4ML-Scenarios

Repository with sample code and instructions for "Continuous Intelligence" and "Continuous Delivery for Machine Learning: CD4ML" workshops
MIT License
140 stars 446 forks source link

Add missing cython requirement #5

Closed akondas closed 2 years ago

akondas commented 4 years ago

This will fix error when running first instruction step: pip install -r requirements.txt from JupyterLab env:

  ModuleNotFoundError: No module named 'Cython'
ericnagler commented 2 years ago

Hi @akondas. Thanks for this PR about the Cython dependency. This was corrected in the #14 consolidated PR. Thanks for your contribution to this repo.