From 91c2999412bfa50c5ee3498c527bbc79b4e383f6 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Thu, 23 Nov 2023 09:51:12 +0100 Subject: [PATCH] revert setup.py changes --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 93a0bdd2c..48d2a3b16 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,8 +16,8 @@ def read(fname): name="hopsworks", version=__version__, install_requires=[ - "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", + "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", "pyhumps==1.6.1", "requests", "furl",