From 0ddeffd948563144ddb2dc5d9793139177be9761 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Tue, 21 Jan 2025 05:31:39 -0800 Subject: [PATCH] bump axial pos emb lib again --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26c8bda..78b435d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "titans-pytorch" -version = "0.1.10" +version = "0.1.11" description = "Titans" authors = [ { name = "Phil Wang", email = "lucidrains@gmail.com" } @@ -26,7 +26,7 @@ classifiers=[ dependencies = [ "accelerated-scan>=0.2.0", - "axial_positional_embedding>=0.3.6", + "axial_positional_embedding>=0.3.7", "einops>=0.8.0", "einx>=0.3.0", "hyper-connections>=0.1.8",