From 85e119490a708f7948e35463dec39bc261717893 Mon Sep 17 00:00:00 2001 From: Victor Jouffrey Date: Mon, 6 May 2024 18:15:50 +0200 Subject: [PATCH] Test with remote only --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b5c356526..f3df08493 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ ] dependencies = [ - "hsfs[python] @ git+https://git@github.com/logicalclocks/feature-store-api@master#subdirectory=python", - "hsml @ git+https://git@github.com/logicalclocks/machine-learning-api@main#subdirectory=python", + "hsfs[python] @ git+https://git@github.com/vatj/feature-store-api@FSTORE-1371-append#subdirectory=python", + "hsml @ git+https://git@github.com/javierdlrm/machine-learning-api@main#subdirectory=python", "pyhumps==1.6.1", "requests", "furl",