From 770bdfad05abd2173fc1115188e4ff60cba01e62 Mon Sep 17 00:00:00 2001 From: granawkins Date: Sun, 14 Apr 2024 05:57:11 +0700 Subject: [PATCH] use ~= 0.1.x to always fetch latest minor version of spiceai and ragdaemon --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d4d9c2544..51712e97b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,12 +17,12 @@ pytest-mock==3.11.1 pytest-reportlog==0.4.0 pytest-timeout==2.2.0 python-dotenv==1.0.0 -ragdaemon==0.1.5 +ragdaemon~=0.1.0 selenium==4.15.2 sentry-sdk==1.34.0 sounddevice==0.4.6 soundfile==0.12.1 -spiceai==0.1.11 +spiceai~=0.1.0 termcolor==2.3.0 textual==0.47.1 textual-autocomplete==2.1.0b0