From 1e758fecaacfd1da1d8498f31bf5ce184807170e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 20 Jun 2024 19:40:12 +0200 Subject: [PATCH 1/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From d4dd4e8018c4c764fe754412b3189d1f2e861b19 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 20 Jun 2024 19:40:44 +0200 Subject: [PATCH 2/5] Update environment.yml --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 38e8644dc2ff66c7fb08f6e59a3607fbc6898575 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 20 Jun 2024 19:41:17 +0200 Subject: [PATCH 3/5] Update environment-docs.yml --- .ci_support/environment-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e94c08afd0eed1a6e12d13df2c3f139dbfbfa1bb Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 20 Jun 2024 19:41:45 +0200 Subject: [PATCH 4/5] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3c9ac5ea992438922ab8c1d8313e63f8fe88c5bb Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 20 Jun 2024 20:02:25 +0200 Subject: [PATCH 5/5] Update unittests.yml --- .github/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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