diff --git a/.binder/environment.yml b/.binder/environment.yml index d9b038fa..fd5364f6 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 - pandas =2.3.3 -- pint =0.25 +- pint =0.25.2 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 - python-graphviz =0.21 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d9b038fa..fd5364f6 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 - pandas =2.3.3 -- pint =0.25 +- pint =0.25.2 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 - python-graphviz =0.21 diff --git a/docs/environment.yml b/docs/environment.yml index bad347fc..aaf611df 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -15,7 +15,7 @@ dependencies: - hatchling =1.27.0 - hatch-vcs =0.5.0 - pandas =2.3.3 -- pint =0.25 +- pint =0.25.2 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 - python-graphviz =0.21 diff --git a/pyproject.toml b/pyproject.toml index 5fb4c8ec..8b7571fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "executorlib==1.7.3", "graphviz==0.21", "pandas==2.3.3", - "pint==0.25", + "pint==0.25.2", "pyiron_snippets==1.0.2", "rdflib==7.1.4", "semantikon==0.0.22",