diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 0898ad09..ae10291c 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -19,6 +19,6 @@ dependencies: - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 - qe =7.5 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index a5af1371..18817908 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -13,5 +13,5 @@ dependencies: - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 32870659..08b940bd 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -13,5 +13,5 @@ dependencies: - networkx =3.6.1 - pydantic =2.13.4 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index e989b600..bb730292 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,5 +15,5 @@ dependencies: - mpi4py =4.1.2 - networkx =3.6.1 - pygraphviz =1.14 -- pysqa =0.4.3 +- pysqa =0.4.4 - pyzmq =27.1.0 diff --git a/pyproject.toml b/pyproject.toml index 63138935..1d40007b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ graphnotebook = [ ] mpi = ["mpi4py==4.1.2"] cluster = [ - "pysqa==0.4.3", + "pysqa==0.4.4", "h5py==3.16.0", ] validation = [ @@ -61,7 +61,7 @@ validation = [ ] all = [ "mpi4py==4.1.2", - "pysqa==0.4.3", + "pysqa==0.4.4", "h5py==3.16.0", "pydantic==2.13.4", "pygraphviz==1.14",