From 7d6828e81953539c3b4359132f1136e35f0189ed Mon Sep 17 00:00:00 2001 From: Ben Browning Date: Fri, 10 Jan 2025 07:14:28 -0500 Subject: [PATCH] Update CHANGELOG.md for v0.6.3 Signed-off-by: Ben Browning --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b95d287..8542e008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ Any users that were specifying custom pipeline configs (instead of using the def ### Fixes +## v0.6.3 + +### Fixes + +* The max version constraint of PyTorch in our requirements file was raised so that we don't prevent SDG users from using it PyTorch 2.5. + ## v0.6.2 ### Fixes