diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index ecfdbe89..5b577b10 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -11,6 +11,6 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - ipython =9.0.2 -- pysqa =0.2.4 +- pysqa =0.2.5 - hatchling =1.27.0 - hatch-vcs =0.4.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 1bcfb8d8..f51cfa84 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -10,7 +10,7 @@ dependencies: - h5py =3.13.0 - networkx =3.4.2 - pygraphviz =1.14 -- pysqa =0.2.4 +- pysqa =0.2.5 - ipython =9.0.2 - hatchling =1.27.0 - hatch-vcs =0.4.0 diff --git a/binder/environment.yml b/binder/environment.yml index 268be321..53ce4ac3 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,5 +15,5 @@ dependencies: - matplotlib =3.10.0 - networkx =3.4.2 - pygraphviz =1.14 -- pysqa =0.2.4 +- pysqa =0.2.5 - ipython =9.0.2 diff --git a/pyproject.toml b/pyproject.toml index 8ddbc3ac..18800420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,12 +53,12 @@ graphnotebook = [ ] mpi = ["mpi4py==4.0.1"] cluster = [ - "pysqa==0.2.4", + "pysqa==0.2.5", "h5py==3.13.0", ] all = [ "mpi4py==4.0.1", - "pysqa==0.2.4", + "pysqa==0.2.5", "h5py==3.13.0", "pygraphviz==1.14", "networkx==3.4.2",