Skip to content

Commit

Permalink
Merge pull request #1491 from pyiron/Pyfileindex
Browse files Browse the repository at this point in the history
Update pyfileindex to 0.0.25
  • Loading branch information
jan-janssen committed Jun 20, 2024
2 parents 13e76b1 + 3c9ac5e commit 86bd024
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 86bd024

Please sign in to comment.