Skip to content

Commit

Permalink
Merge pull request #105 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 committed Jan 3, 2024
2 parents 1b9f914 + ead1dfe commit 129bbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ channels:
- conda-forge
dependencies:
- coverage
- numpy =1.26.2
- numpy =1.26.3
- pandas =2.1.4
- scandir =1.10.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"numpy==1.26.2",
"numpy==1.26.3",
"pandas==2.1.4",
"scandir==1.10.0",
]
Expand Down

0 comments on commit 129bbbc

Please sign in to comment.