diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 7036287d..04b7258e 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -11,5 +11,5 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.31.0 -- pysqa =0.2.2 +- pysqa =0.2.3 - setuptools =75.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 304a8d53..e1f030ff 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -10,6 +10,6 @@ dependencies: - h5py =3.12.1 - networkx =3.4.2 - pygraphviz =1.14 -- pysqa =0.2.2 +- pysqa =0.2.3 - ipython =8.31.0 - setuptools =75.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 49c89c20..82ea3ed1 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -14,5 +14,5 @@ dependencies: - matplotlib =3.10.0 - networkx =3.4.2 - pygraphviz =1.14 -- pysqa =0.2.2 +- pysqa =0.2.3 - ipython =8.31.0 diff --git a/pyproject.toml b/pyproject.toml index be3f3267..7d02ee47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,12 +48,12 @@ graphnotebook = [ ] mpi = ["mpi4py==4.0.1"] submission = [ - "pysqa==0.2.2", + "pysqa==0.2.3", "h5py==3.12.1", ] all = [ "mpi4py==4.0.1", - "pysqa==0.2.2", + "pysqa==0.2.3", "h5py==3.12.1", "pygraphviz==1.14", "networkx==3.4.2",