Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump numpy from 2.2.1 to 2.2.2 #1738

Merged
merged 12 commits into from
Jan 21, 2025
6 changes: 3 additions & 3 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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
- pyfileindex =0.0.32
- pyfileindex =0.0.33
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.8
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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.32
- pyfileindex =0.0.33
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.3
- executorlib =0.0.8
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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
- pyfileindex =0.0.32
- pyfileindex =0.0.33
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.8
Expand Down
6 changes: 3 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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
- pyfileindex =0.0.32
- pyfileindex =0.0.33
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.8
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ 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",
"pyfileindex==0.0.32",
"pyfileindex==0.0.33",
"pyiron_dataclasses==0.0.1",
"pyiron_snippets==0.1.4",
"pysqa==0.2.3",
Expand Down
Loading