From c9c11e75ba506e68e742204fed3fe3911d60d6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20V=C3=A5ge=20Fannemel?= <34712686+asmfstatoil@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:36:35 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f3bbb2..0184828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" JPype1 = "^1.5.0" -pandas = "^2.0.3" +pandas = "^1.5.3" matplotlib = { version = "^3.7.0", optional = true } jupyter = { version = "^1.0.0", optional = true } tabulate = { version = "^0.9.0", optional = true }