xhochy / nyc-taxi-fare-prediction-deployment-example

Deployment example for a scikit-learn/lightgbm pipeline
MIT License
11 stars 4 forks source link

Question: Pip and private PyPI server #1

Open MichalChromcak opened 2 years ago

MichalChromcak commented 2 years ago

Hi @xhochy I am now looking at alternatives to the pipenv's way of handling dependency and package management and followed your example, which led me here.

Would you mind extending it / sharing ways how you would approach pip only packages and private PyPI server in this setup?