From e22e5e374ab3ec4a193cbefedc82d0ed7ba39c51 Mon Sep 17 00:00:00 2001 From: Alexander Fischer Date: Sun, 1 Sep 2024 13:15:19 +0200 Subject: [PATCH] relax dependency for tabulate --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 911bd2b..5b0808a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2114,4 +2114,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "53f7c9dcb686287f1b9d9e50d34280ad7fec21d4bbf245c3df36fc4faf2ed5cd" +content-hash = "88b2fd7e323fe262e412b2afc477abe5c0e51fe60bb5fb611a9749e54f601151" diff --git a/pyproject.toml b/pyproject.toml index 330ca74..3b3eec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ numba=">=0.57" numpy=">=1.18" pandas=">=1.4" statsmodels=">=0.13" -tabulate = "^0.9.0" +tabulate = ">=0.9.0" [tool.poetry.dev-dependencies] poetry = ">=1.4.2"