From 7077e21be4252febb8fb033fa4cb4edd76a1d32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Judith=20S=C3=A1inz-Pardo=20D=C3=ADaz?= Date: Wed, 15 May 2024 12:56:05 +0200 Subject: [PATCH] fix: update dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9316b76..27fe729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ python = "^3.9" numpy = "1.26.4" pandas = "2.1.4" pycanon = "1.0.1.post2" -tabulate = "0.9.0" typing_extensions = "4.9.0" beartype = "0.17.2" docutils = "0.20.1"