From ec0ac19cf2cfe7ab7589cc5d9f383190bb9bd23e Mon Sep 17 00:00:00 2001 From: Alok Singh Date: Wed, 11 Sep 2024 18:22:18 -0700 Subject: [PATCH] Version bump einops I had some trouble building so I bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a406f79..bd6fb1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [{ include = "numga" }] python = "^3.8" numpy = "^1.22" numpy-indexed = "^0.3.5" -einops = "^0.7.0" +einops = "^0.8.0" jax = { version = "^0.4", optional = true } jaxlib = { version = "^0.4", optional = true } # TODO: Poetry and torch are a bit annoying together (https://github.com/python-poetry/poetry/issues/4231)