diff --git a/python/setup.py b/python/setup.py index b609d9bf0..56b700649 100644 --- a/python/setup.py +++ b/python/setup.py @@ -18,8 +18,8 @@ def read(fname): name="hopsworks", version=__version__, install_requires=[ - "hsfs @ git+https://git@github.com/logicalclocks/feature-store-api@master#egg=hsfs[python]&subdirectory=python", - "hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#egg=hsml&subdirectory=python", + "hsfs @ git+https://git@github.com/robzor92/feature-store-api@HWORKS-802#egg=hsfs[python]&subdirectory=python", + "hsml @ git+https://git@github.com/robzor92/machine-learning-api@HWORKS-802#egg=hsml&subdirectory=python", "pyhumps==1.6.1", "requests", "furl",