diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 0eaa4e3f..69641d40 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -12,5 +12,5 @@ dependencies: - networkx =3.4.2 - pygraphviz =1.14 - ipython =8.29.0 -- pysqa =0.2.0 +- pysqa =0.2.1 - setuptools =75.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index c682edb4..fca63dbb 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -11,6 +11,6 @@ dependencies: - matplotlib =3.9.2 - networkx =3.4.2 - pygraphviz =1.14 -- pysqa =0.2.0 +- pysqa =0.2.1 - ipython =8.29.0 - setuptools =75.1.0 diff --git a/pyproject.toml b/pyproject.toml index 2ae84e1a..44b48b01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ graph = [ "networkx==3.4.2", "ipython==8.29.0", ] -queue = ["pysqa==0.2.0"] +queue = ["pysqa==0.2.1"] [tool.setuptools.packages.find] include = ["executorlib*"]