diff --git a/binder/environment.yml b/binder/environment.yml index 0099d39..b3aeb36 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -3,8 +3,7 @@ channels: dependencies: - python =3.12 - click =8.1.8 -- pydantic =2.11.4 -- hatch =1.14.1 +- pydantic =2.12.3 - hatchling =1.27.0 - httpcore =1.0.7 - jobflow =0.2.0 @@ -12,6 +11,7 @@ dependencies: - pyiron_workflow =0.13.0 - pygraphviz =1.14 - aiida-workgraph =0.5.2 +- plumpy =0.25.0 - conda_subprocess =0.0.7 -- networkx =3.4.2 +- networkx =3.5 - cwltool =3.1.20250110105449 diff --git a/pyproject.toml b/pyproject.toml index 6506664..753d2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ authors = [ license = { file = "LICENSE" } dependencies = [ "numpy>=1.21,<2", - "pydantic>=2.7.0,<=2.11.4", + "pydantic>=2.7.0,<=2.12.3", ] [project.optional-dependencies] @@ -32,6 +32,6 @@ pyiron = [ ] plot = [ "pygraphviz>=1.10,<=1.14", - "networkx>=2.8.8,<=3.4.2", + "networkx>=2.8.8,<=3.5", "ipython>=7.33.0,<=9.0.2", ]