From da31cf0f28845488f15f09ed7793fb2304eb4a65 Mon Sep 17 00:00:00 2001 From: Antti Soininen Date: Tue, 23 Apr 2024 16:53:47 +0300 Subject: [PATCH] Release 0.7.4 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec0b650e9..b59ffa1f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,8 @@ dependencies = [ "jupyter-client >=6.0", "qtconsole >=5.1", "sqlalchemy >=1.3", - "spinedb_api>=0.30.4", - "spine_engine>=0.23.2", + "spinedb_api>=0.30.5", + "spine_engine>=0.23.4", "numpy >=1.20.2", "matplotlib >= 3.5", "scipy >=1.7.1", @@ -27,7 +27,7 @@ dependencies = [ "pygments >=2.8", "jill >=0.9.2", "pyzmq >=21.0", - "spine-items>=0.21.4", + "spine-items>=0.21.5", ] [project.urls]