From 69a37af10ffb7be69f03a055de88b4aaf9ac8f33 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Wed, 24 Jan 2024 11:51:00 +0100 Subject: [PATCH] fix --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 82b47d2a1..2d4a0842c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -18,8 +18,8 @@ def read(fname): name="hopsworks", version=__version__, install_requires=[ - "hsfs[python]~=3.5.0rc0", - "hsml~=3.5.0rc0", + "hsfs @ git+https://git@github.com/robzor92/feature-store-api@branch-3.5#egg=hsfs[python]&subdirectory=python", + "hsml @ git+https://git@github.com/robzor92/machine-learning-api@branch-3.5#egg=hsml&subdirectory=python", "pyhumps==1.6.1", "requests", "furl",