Skip to content

Commit

Permalink
Merge pull request #1240 from pyiron/dependabot/pip/tables-3.9.2
Browse files Browse the repository at this point in the history
Bump tables from 3.9.1 to 3.9.2
  • Loading branch information
jan-janssen authored Dec 4, 2023
2 parents e1f59bb + daa90d6 commit 2eb0734
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
9 changes: 5 additions & 4 deletions .ci_support/environment-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ channels:
dependencies:
- dill =0.3.1.1
- gitpython =3.1.23
- h5io =0.1.2
- h5py =3.6.0
- h5io =0.1.4
- h5py =3.9.0
- jinja2 =2.11.3
- numpy =1.23.5
- numpy =1.26.0
- pandas =2.0.0
- pint =0.18
- psutil =5.8.0
- pyfileindex =0.0.16
- pysqa =0.1.5
- pytables =3.6.1
- pytables =3.8.0
- python-blosc2 =2.2.9
- sqlalchemy =2.0.22
- tqdm =4.44.0
- traitlets =5.1.1
3 changes: 2 additions & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ dependencies:
- psutil =5.9.5
- pyfileindex =0.0.18
- pysqa =0.1.7
- pytables =3.9.1
- pytables =3.9.2
- sqlalchemy =2.0.23
- tqdm =4.66.1
- traitlets =5.14.0
- python-blosc2 =2.3.1
10 changes: 2 additions & 8 deletions .ci_support/pypi_vs_conda_names.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"tables": "pytables",
"pyiron-base": "pyiron_base",
"pyiron-atomistics": "pyiron_atomistics",
"pyiron-contrib": "pyiron_contrib",
"pyiron-experimental": "pyiron_experimental",
"pyiron-continuum": "pyiron_continuum",
"pyiron-gpl": "pyiron_gpl",
"pyiron-gui": "pyiron_gui"
}
"blosc2": "python-blosc2"
}
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ dependencies = [
"psutil==5.9.5",
"pyfileindex==0.0.18",
"pysqa==0.1.7",
"blosc2==2.3.1",
"sqlalchemy==2.0.23",
"tables==3.9.1",
"tables==3.9.2",
"tqdm==4.66.1",
"traitlets==5.14.0",
]
Expand All @@ -61,4 +62,4 @@ VCS = "git"
style = "pep440-pre"
versionfile_source = "pyiron_base/_version.py"
parentdir_prefix = "pyiron_base"
tag_prefix = "pyiron_base-"
tag_prefix = "pyiron_base-"

0 comments on commit 2eb0734

Please sign in to comment.