diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 6f47647df..f8b506517 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -18,7 +18,7 @@ dependencies: - pint =0.24.3 - psutil =6.0.0 - pyfileindex =0.0.26 -- pyiron_snippets =0.1.3 +- pyiron_snippets =0.1.4 - executorlib =0.0.1 - pysqa =0.1.21 - pytables =3.9.2 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 8b1f9cc72..b9e28bcc0 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -16,7 +16,7 @@ dependencies: - pint =0.24.3 - psutil =6.0.0 - pyfileindex =0.0.26 -- pyiron_snippets =0.1.3 +- pyiron_snippets =0.1.4 - executorlib =0.0.1 - pysqa =0.1.21 - pytables =3.9.2 diff --git a/binder/environment.yml b/binder/environment.yml index acbf21193..d20f0f1a8 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -15,7 +15,7 @@ dependencies: - pint =0.24.3 - psutil =6.0.0 - pyfileindex =0.0.26 -- pyiron_snippets =0.1.3 +- pyiron_snippets =0.1.4 - executorlib =0.0.1 - pysqa =0.1.21 - pytables =3.9.2 diff --git a/pyproject.toml b/pyproject.toml index 9f3bd8519..884088946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pandas==2.2.2", "psutil==6.0.0", "pyfileindex==0.0.26", - "pyiron_snippets==0.1.3", + "pyiron_snippets==0.1.4", "pysqa==0.1.21", "sqlalchemy==2.0.32", "tables==3.9.2",