From 223934e9e9c13c2b1c7cf101fa2d0c521dcff7a7 Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Thu, 16 Mar 2023 18:46:39 +0000 Subject: [PATCH] relax python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c1801d..3f885dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ url = "https://download.pytorch.org/whl/cpu/" secondary = true [tool.poetry.dependencies] -python = ">=3.8,<3.11" +python = "^3.8" einops = ">=0.4.0" # simple_pytree = { path = "../simple-pytree", develop = true } simple_pytree = ">=0.1.3"