Skip to content

Commit

Permalink
Merge pull request #1738 from pyiron/dependabot/pip/numpy-2.2.2
Browse files Browse the repository at this point in the history
Bump numpy from 2.2.1 to 2.2.2
  • Loading branch information
jan-janssen authored Jan 21, 2025
2 parents d3376ec + 622029e commit ee61bed
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.1.1
- gitpython =3.1.44
- h5io_browser =0.1.5
- h5io_browser =0.1.6
- h5py =3.12.1
- jinja2 =3.1.5
- monty =2024.12.10
- numpy =2.2.1
- numpy =2.2.2
- pandas =2.2.3
- pint =0.24.4
- psutil =6.1.1
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 @@ -2,10 +2,10 @@ channels:
- conda-forge
dependencies:
- cloudpickle =3.1.1
- h5io_browser =0.1.5
- h5io_browser =0.1.6
- h5py =3.12.1
- monty =2024.12.10
- numpy =2.2.1
- numpy =2.2.2
- pandas =2.2.3
- psutil =6.1.1
- pyfileindex =0.0.33
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.1.1
- gitpython =3.1.44
- h5io_browser =0.1.5
- h5io_browser =0.1.6
- h5py =3.12.1
- jinja2 =3.1.5
- monty =2024.12.10
- numpy =2.2.1
- numpy =2.2.2
- pandas =2.2.3
- pint =0.24.4
- psutil =6.1.1
Expand Down
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ dependencies:
- conda_subprocess =0.0.5
- cloudpickle =3.1.1
- gitpython =3.1.44
- h5io_browser =0.1.5
- h5io_browser =0.1.6
- h5py =3.12.1
- jinja2 =3.1.5
- monty =2024.12.10
- numpy =2.2.1
- numpy =2.2.2
- pandas =2.2.3
- pint =0.24.4
- psutil =6.1.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ classifiers = [
dependencies = [
"cloudpickle==3.1.1",
"executorlib==0.0.8",
"h5io_browser==0.1.5",
"h5io_browser==0.1.6",
"h5py==3.12.1",
"numpy==2.2.1",
"numpy==2.2.2",
"monty==2024.12.10",
"pandas==2.2.3",
"psutil==6.1.1",
Expand Down

0 comments on commit ee61bed

Please sign in to comment.