diff --git a/.binder/environment.yml b/.binder/environment.yml index 543c8313..1ce13fd1 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - executorlib =0.0.4 - graphviz =9.0.0 - pandas =2.2.3 -- pint =0.24.3 +- pint =0.24.4 - pyiron_snippets =0.1.4 - python-graphviz =0.20.3 - toposort =1.10 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 543c8313..1ce13fd1 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - executorlib =0.0.4 - graphviz =9.0.0 - pandas =2.2.3 -- pint =0.24.3 +- pint =0.24.4 - pyiron_snippets =0.1.4 - python-graphviz =0.20.3 - toposort =1.10 diff --git a/docs/environment.yml b/docs/environment.yml index fb128668..a9d41d9a 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -14,7 +14,7 @@ dependencies: - executorlib =0.0.4 - graphviz =9.0.0 - pandas =2.2.3 -- pint =0.24.3 +- pint =0.24.4 - pyiron_snippets =0.1.4 - python-graphviz =0.20.3 - toposort =1.10 diff --git a/pyproject.toml b/pyproject.toml index a71fa7a5..c6584925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "executorlib==0.0.4", "graphviz==0.20.3", "pandas==2.2.3", - "pint==0.24.3", + "pint==0.24.4", "pyiron_snippets==0.1.4", "toposort==1.10", "typeguard==4.4.1",