From 9ced06126b86ad5ea625fbac037220fcb4d02f6c Mon Sep 17 00:00:00 2001 From: Courtney Pacheco <6019922+courtneypacheco@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:29:59 -0400 Subject: [PATCH] Bump minimum version of SDG SDG created a new bugfix and we want it automatically consumed Signed-off-by: Courtney Pacheco <6019922+courtneypacheco@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 252f0e6231..1341e9cc0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ httpx>=0.25.0 instructlab-eval>=0.5.1,<0.6.0 instructlab-quantize>=0.1.0 instructlab-schema>=0.4.2 -instructlab-sdg>=0.7.0,<0.8.0 +instructlab-sdg>=0.7.2,<0.8.0 instructlab-training>=0.7.0,<0.8.0 llama_cpp_python[server]==0.3.6 mlx>=0.5.1,<0.6.0; sys_platform == 'darwin' and platform_machine == 'arm64'