Skip to content

Commit

Permalink
Merge pull request #1283 from pyiron/numpy
Browse files Browse the repository at this point in the history
Update numpy to 1.26.3
  • Loading branch information
jan-janssen authored Jan 4, 2024
2 parents 2d4ef6d + 8e17d08 commit 6ea4e3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ channels:
dependencies:
- aimsgb =1.1.0
- ase =3.22.1
- atomistics =0.1.19
- atomistics =0.1.20
- coverage
- codacy-coverage
- defusedxml =0.7.1
- h5py =3.10.0
- matplotlib-base =3.8.2
- mendeleev =0.15.0
- mp-api =0.39.4
- numpy =1.26.2
- numpy =1.26.3
- pandas =2.1.4
- phonopy =2.21.0
- pint =0.23
- pyiron_base =0.6.19
- pylammpsmpi =0.2.10
- pyiron_base =0.6.20
- pylammpsmpi =0.2.11
- pyscal =2.10.18
- scikit-learn =1.3.2
- scipy =1.11.4
- seekpath =2.1.0
- spglib =2.2.0
- structuretoolkit =0.0.16
- structuretoolkit =0.0.17
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ classifiers = [
]
dependencies = [
"ase==3.22.1",
"atomistics==0.1.19",
"atomistics==0.1.20",
"defusedxml==0.7.1",
"h5py==3.10.0",
"matplotlib==3.8.2",
"mendeleev==0.15.0",
"mp-api==0.39.4",
"numpy==1.26.2",
"numpy==1.26.3",
"pandas==2.1.4",
"phonopy==2.21.0",
"pint==0.23",
"pyiron_base==0.6.19",
"pylammpsmpi==0.2.10",
"pyiron_base==0.6.20",
"pylammpsmpi==0.2.11",
"scipy==1.11.4",
"scikit-learn==1.3.2",
"seekpath==2.1.0",
"spglib==2.2.0",
"structuretoolkit==0.0.16",
"structuretoolkit==0.0.17",
]
dynamic = ["version"]

Expand Down

0 comments on commit 6ea4e3e

Please sign in to comment.