From d908862a337135f1d6815203b4d8c8ebfcf7bb43 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 13 Apr 2026 08:16:45 +0200 Subject: [PATCH] Update pysqa to 0.4.0 --- .ci_support/environment-integration.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 7a385e26..6d7d31c8 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -19,6 +19,6 @@ dependencies: - networkx =3.6.1 - pydantic =2.12.5 - pygraphviz =1.14 -- pysqa =0.3.5 +- pysqa =0.4.0 - pyzmq =27.1.0 - qe =7.5 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 287288cc..d2fcde43 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -13,5 +13,5 @@ dependencies: - networkx =3.6.1 - pydantic =2.12.5 - pygraphviz =1.14 -- pysqa =0.3.5 +- pysqa =0.4.0 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 2ce531af..77240d89 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -13,5 +13,5 @@ dependencies: - networkx =3.6.1 - pydantic =2.12.5 - pygraphviz =1.14 -- pysqa =0.3.5 +- pysqa =0.4.0 - pyzmq =27.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 2cdb7705..0dff5d17 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,5 +15,5 @@ dependencies: - mpi4py =4.1.1 - networkx =3.6.1 - pygraphviz =1.14 -- pysqa =0.3.5 +- pysqa =0.4.0 - pyzmq =27.1.0 diff --git a/pyproject.toml b/pyproject.toml index ec6274ba..9662c63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ graphnotebook = [ ] mpi = ["mpi4py==4.1.1"] cluster = [ - "pysqa==0.3.5", + "pysqa==0.4.0", "h5py==3.16.0", ] validation = [ @@ -60,7 +60,7 @@ validation = [ ] all = [ "mpi4py==4.1.1", - "pysqa==0.3.5", + "pysqa==0.4.0", "h5py==3.16.0", "pydantic==2.12.5", "pygraphviz==1.14",