diff --git a/binder/environment.yml b/binder/environment.yml index 7faa74f..357b297 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -3,15 +3,15 @@ channels: dependencies: - python =3.12 - click =8.1.8 -- pydantic =2.12.3 +- pydantic =2.12.4 - hatchling =1.27.0 - httpcore =1.0.7 -- jobflow =0.2.0 -- pyiron_base =0.15.5 +- jobflow =0.2.1 +- pyiron_base =0.15.10 - pyiron_workflow =0.15.4 - pygraphviz =1.14 -- aiida-workgraph =0.7.4 +- aiida-workgraph =0.7.6 - plumpy =0.25.0 -- conda_subprocess =0.0.7 +- conda_subprocess =0.0.10 - networkx =3.4.2 -- cwltool =3.1.20250110105449 +- cwltool =3.1.20251031082601 diff --git a/documentation/environment.yml b/documentation/environment.yml index ffdaf20..4450676 100644 --- a/documentation/environment.yml +++ b/documentation/environment.yml @@ -1,4 +1,4 @@ channels: - conda-forge dependencies: -- jupyter-book \ No newline at end of file +- jupyter-book <2 diff --git a/pyproject.toml b/pyproject.toml index b2b0c9f..94000c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,22 +16,22 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "numpy>=1.21,<2", - "pydantic>=2.7.0,<=2.12.3", + "numpy>=1.21", + "pydantic>=2.7.0,<=2.12.4", ] [project.optional-dependencies] aiida = [ - "aiida-workgraph>=0.5.1,<=0.7.4", + "aiida-workgraph>=0.5.1,<=0.7.6", ] jobflow = [ - "jobflow>=0.1.18,<=0.2.0", + "jobflow>=0.1.18,<=0.2.1", ] pyiron = [ - "pyiron_base>=0.11.10,<=0.15.5", + "pyiron_base>=0.11.10,<=0.15.10", ] plot = [ "pygraphviz>=1.10,<=1.14", "networkx>=2.8.8,<=3.5", - "ipython>=7.33.0,<=9.0.2", + "ipython>=7.33.0,<=9.8.0", ]