From a6016fb52e7b5b4856fbec425486ab9e6c298f72 Mon Sep 17 00:00:00 2001 From: Adam Laiacano <108741458+nv-alaiacano@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:42:14 -0400 Subject: [PATCH] fix pinned feast versions (#206) --- requirements/gpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/gpu.txt b/requirements/gpu.txt index 9f1f47e40..a84c5b413 100644 --- a/requirements/gpu.txt +++ b/requirements/gpu.txt @@ -1,4 +1,4 @@ -feast<=0.20.0 +feast<0.20 faiss-gpu pytest pytest-cov