Skip to content

Commit

Permalink
Merge pull request #207 from pyiron/numpy
Browse files Browse the repository at this point in the history
Update numpy
  • Loading branch information
jan-janssen authored Feb 12, 2024
2 parents 435f493 + 807b619 commit 2e4254d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.12
- pylammpsmpi =0.2.13
- jinja2 =3.1.3
- iprpy-data =2023.07.25
- dynaphopy =1.17.15
2 changes: 1 addition & 1 deletion .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- gpaw =24.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.12
- pylammpsmpi =0.2.13
- jinja2 =3.1.3
- iprpy-data =2023.07.25
- dynaphopy =1.17.15
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.3
- numpy =1.26.4
- scipy =1.12.0
- spglib =2.3.0
- spglib =2.3.1
- phonopy =2.21.0
- structuretoolkit =0.0.21
- seekpath =2.1.0
6 changes: 3 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ channels:
dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.3
- numpy =1.26.4
- scipy =1.12.0
- spglib =2.3.0
- spglib =2.3.1
- phonopy =2.21.0
- structuretoolkit =0.0.21
- seekpath =2.1.0
- gpaw =24.1.0
- lammps =2023.11.21
- pandas =2.2.0
- pylammpsmpi =0.2.12
- pylammpsmpi =0.2.13
- jinja2 =3.1.3
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ classifiers = [
]
dependencies = [
"ase==3.22.1",
"numpy==1.26.3",
"numpy==1.26.4",
"scipy==1.12.0",
"spglib==2.3.0",
"spglib==2.3.1",
]
dynamic = ["version"]

Expand All @@ -47,7 +47,7 @@ gpaw = [
"gpaw==24.1.0",
]
lammps = [
"pylammpsmpi==0.2.12",
"pylammpsmpi==0.2.13",
"jinja2==3.1.3",
"pandas==2.2.0",
]
Expand All @@ -61,7 +61,7 @@ qe = [
"pwtools==1.2.3"
]
tqdm = [
"tqdm==4.66.1"
"tqdm==4.66.2"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 2e4254d

Please sign in to comment.