diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index a68fec4c..6bd3f529 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -16,7 +16,7 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - matplotlib =3.10.6 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index b760bc6a..1f72675c 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -10,7 +10,7 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 2e7260cf..e72dca87 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -10,7 +10,7 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index 9220a269..430ce4a7 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -10,6 +10,6 @@ dependencies: - hatch-vcs =0.5.0 - ipython =9.9.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pyzmq =27.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index 732ed3f2..d72d1006 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -13,7 +13,7 @@ dependencies: - ipython =9.9.0 - matplotlib =3.10.0 - mpi4py =4.1.1 -- networkx =3.4.2 +- networkx =3.6.1 - pygraphviz =1.14 - pysqa =0.3.3 - pyzmq =27.1.0 diff --git a/pyproject.toml b/pyproject.toml index 1f8d9346..55c5ae92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,11 +43,11 @@ Repository = "https://github.com/pyiron/executorlib" cache = ["h5py==3.15.1"] graph = [ "pygraphviz==1.14", - "networkx==3.4.2", + "networkx==3.6.1", ] graphnotebook = [ "pygraphviz==1.14", - "networkx==3.4.2", + "networkx==3.6.1", "ipython==9.9.0", ] mpi = ["mpi4py==4.1.1"] @@ -60,7 +60,7 @@ all = [ "pysqa==0.3.3", "h5py==3.15.1", "pygraphviz==1.14", - "networkx==3.4.2", + "networkx==3.6.1", "ipython==9.9.0", ]