Skip to content

Commit

Permalink
Merge pull request #1603 from pyiron/dependabot/pip/tables-3.10.1
Browse files Browse the repository at this point in the history
Bump tables from 3.9.2 to 3.10.1
  • Loading branch information
jan-janssen authored Aug 18, 2024
2 parents ffff683 + f671a58 commit f4d79ef
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ dependencies:
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =1.26.4
- numpy =2.0.1
- pandas =2.2.2
- pint =0.24.3
- psutil =6.0.0
- pyfileindex =0.0.26
- pyiron_snippets =0.1.4
- executorlib =0.0.1
- pysqa =0.1.21
- pytables =3.9.2
- pytables =3.10.1
- sqlalchemy =2.0.32
- tqdm =4.66.5
- traitlets =5.14.3
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dependencies:
- h5io_browser =0.0.17
- h5py =3.11.0
- monty =2024.7.30
- numpy =1.26.4
- numpy =2.0.1
- pandas =2.2.2
- psutil =6.0.0
- pyfileindex =0.0.26
- pyiron_snippets =0.1.3
- executorlib =0.0.1
- pysqa =0.1.21
- pytables =3.9.2
- pytables =3.10.1
- sqlalchemy =2.0.32
- tqdm =4.66.5
- traitlets =5.14.3
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ dependencies:
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =1.26.4
- numpy =2.0.1
- pandas =2.2.2
- pint =0.24.3
- psutil =6.0.0
- pyfileindex =0.0.26
- pyiron_snippets =0.1.4
- executorlib =0.0.1
- pysqa =0.1.21
- pytables =3.9.2
- pytables =3.10.1
- sqlalchemy =2.0.32
- tqdm =4.66.5
- traitlets =5.14.3
4 changes: 0 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
python-version: '3.10'
label: linux-64-py-3-10

- operating-system: ubuntu-latest
python-version: '3.9'
label: linux-64-py-3-9

steps:
- uses: actions/checkout@v4
- name: Setup Mambaforge
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ dependencies:
- h5py =3.11.0
- jinja2 =3.1.4
- monty =2024.7.30
- numpy =1.26.4
- numpy =2.0.1
- pandas =2.2.2
- pint =0.24.3
- psutil =6.0.0
- pyfileindex =0.0.26
- pyiron_snippets =0.1.4
- executorlib =0.0.1
- pysqa =0.1.21
- pytables =3.9.2
- pytables =3.10.1
- sqlalchemy =2.0.32
- tqdm =4.66.5
- traitlets =5.14.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ dependencies = [
"executorlib==0.0.1",
"h5io_browser==0.0.17",
"h5py==3.11.0",
"numpy==1.26.4",
"numpy==2.0.1",
"monty==2024.7.30",
"pandas==2.2.2",
"psutil==6.0.0",
"pyfileindex==0.0.26",
"pyiron_snippets==0.1.4",
"pysqa==0.1.21",
"sqlalchemy==2.0.32",
"tables==3.9.2",
"tables==3.10.1",
"tqdm==4.66.5",
"traitlets==5.14.3",
]
Expand Down

0 comments on commit f4d79ef

Please sign in to comment.