From 17e5ffba532c2354f36950514f1534db8db4f623 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 5 Jan 2023 13:09:40 +0100 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f01f63b..67c2287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,5 +27,5 @@ addopts = [ dependencies = [ "numpy>=1.23.3", -"plotly==5.11.0" +"plotly>=5.11.0" ] \ No newline at end of file