From bc5ea0e3152ad926b157596ea93a21644fc453f4 Mon Sep 17 00:00:00 2001 From: Malte Titze Date: Thu, 5 Sep 2024 10:17:39 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52fc671..68bea37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ authors = ["Malte Titze "] license = "GPL v3" [tool.poetry.dependencies] -python = "^3.8, <3.11" -lieops = "^0.1.1" +python = "^3.8" +lieops = "^0.2.3" scipy = "^1.8.0" tqdm = "^4.64.0" cpymad = ">=1.10.0"