diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 795b158a..4ada837a 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.5 - pygraphviz =2.0.2 -- pysqa =1.0.0 +- pysqa =1.0.1 - pyzmq =27.2.0 - qe =7.5 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 509e0bfd..dec9752c 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.5 - pygraphviz =2.0.2 -- pysqa =1.0.0 +- pysqa =1.0.1 - pyzmq =27.2.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 4e335584..24c281bd 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.5 - pygraphviz =2.0.2 -- pysqa =1.0.0 +- pysqa =1.0.1 - pyzmq =27.2.0 diff --git a/binder/environment.yml b/binder/environment.yml index de2362d9..d1b41627 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,5 +15,5 @@ dependencies: - mpi4py =4.1.2 - networkx =3.6.1 - pygraphviz =2.0.2 -- pysqa =1.0.0 +- pysqa =1.0.1 - pyzmq =27.2.0 diff --git a/pyproject.toml b/pyproject.toml index 9761164b..c963c1f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ graphnotebook = [ ] mpi = ["mpi4py==4.1.2"] cluster = [ - "pysqa==1.0.0", + "pysqa==1.0.1", "h5py==3.16.0", ] validation = [ @@ -61,7 +61,7 @@ validation = [ ] all = [ "mpi4py==4.1.2", - "pysqa==1.0.0", + "pysqa==1.0.1", "h5py==3.16.0", "pydantic==2.13.5", "pygraphviz==2.0.2",