diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index eaa8c54cc..72f47f78d 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -15,7 +15,7 @@ dependencies: - pandas =2.2.2 - pint =0.24 - psutil =5.9.8 -- pyfileindex =0.0.24 +- pyfileindex =0.0.25 - pyiron_snippets =0.1.2 - pympipool =0.8.4 - pysqa =0.1.20 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e2f489446..eb0571032 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -15,7 +15,7 @@ dependencies: - pandas =2.2.2 - pint =0.24 - psutil =5.9.8 -- pyfileindex =0.0.24 +- pyfileindex =0.0.25 - pyiron_snippets =0.1.2 - pympipool =0.8.4 - pysqa =0.1.20 diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 3fdcaddab..d8fbbe8ce 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -52,7 +52,7 @@ jobs: use-mamba: true - name: Test shell: bash -l {0} - timeout-minutes: 6 + timeout-minutes: 10 run: | python .ci_support/pyironconfig.py bash .ci_support/pip_install.sh diff --git a/binder/environment.yml b/binder/environment.yml index c3ec63c89..576b16b7b 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -14,7 +14,7 @@ dependencies: - pandas =2.2.2 - pint =0.24 - psutil =5.9.8 -- pyfileindex =0.0.24 +- pyfileindex =0.0.25 - pyiron_snippets =0.1.2 - pympipool =0.8.4 - pysqa =0.1.20 diff --git a/pyproject.toml b/pyproject.toml index 9c3a4bdf5..112a86404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "pandas==2.2.2", "pint==0.24", "psutil==5.9.8", - "pyfileindex==0.0.24", + "pyfileindex==0.0.25", "pyiron_snippets==0.1.2", "pympipool==0.8.4", "pysqa==0.1.20",