Skip to content

Commit 06035ea

Browse files
Bump pygraphviz from 1.14 to 2.0
Bumps [pygraphviz](https://github.com/pygraphviz/pygraphviz) from 1.14 to 2.0. - [Release notes](https://github.com/pygraphviz/pygraphviz/releases) - [Changelog](https://github.com/pygraphviz/pygraphviz/blob/main/RELEASE.rst) - [Commits](pygraphviz/pygraphviz@pygraphviz-1.14...pygraphviz-2.0) --- updated-dependencies: - dependency-name: pygraphviz dependency-version: '2.0' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e2f75c commit 06035ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Repository = "https://github.com/pyiron/executorlib"
4343
[project.optional-dependencies]
4444
cache = ["h5py==3.16.0"]
4545
graph = [
46-
"pygraphviz==1.14",
46+
"pygraphviz==2.0",
4747
"networkx==3.6.1",
4848
]
4949
graphnotebook = [
50-
"pygraphviz==1.14",
50+
"pygraphviz==2.0",
5151
"networkx==3.6.1",
5252
"ipython==9.9.0",
5353
]
@@ -64,7 +64,7 @@ all = [
6464
"pysqa==0.4.3",
6565
"h5py==3.16.0",
6666
"pydantic==2.13.4",
67-
"pygraphviz==1.14",
67+
"pygraphviz==2.0",
6868
"networkx==3.6.1",
6969
"ipython==9.9.0",
7070
]

0 commit comments

Comments
 (0)