Skip to content

Commit

Permalink
Merge pull request #1280 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 2f6bc81 + 6363b67 commit 05396c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dependencies:
- codacy-coverage
- cloudpickle =3.0.0
- gitpython =3.1.40
- h5io_browser =0.0.4
- h5io_browser =0.0.5
- h5py =3.10.0
- jinja2 =3.1.2
- numpy =1.26.2
- numpy =1.26.3
- pandas =2.1.4
- pint =0.23
- psutil =5.9.7
- pyfileindex =0.0.19
- pyfileindex =0.0.20
- pysqa =0.1.9
- pytables =3.9.2
- sqlalchemy =2.0.25
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ classifiers = [
dependencies = [
"cloudpickle==3.0.0",
"gitpython==3.1.40",
"h5io_browser==0.0.4",
"h5io_browser==0.0.5",
"h5py==3.10.0",
"jinja2==3.1.2",
"numpy==1.26.2",
"numpy==1.26.3",
"pandas==2.1.4",
"pint==0.23",
"psutil==5.9.7",
"pyfileindex==0.0.19",
"pyfileindex==0.0.20",
"pysqa==0.1.9",
"sqlalchemy==2.0.25",
"tables==3.9.2",
Expand Down

0 comments on commit 05396c2

Please sign in to comment.