Skip to content

Commit

Permalink
Merge pull request #155 from pyiron/dependabot/pip/numpy-2.1.3
Browse files Browse the repository at this point in the history
Bump numpy from 2.1.2 to 2.1.3
  • Loading branch information
jan-janssen authored Nov 4, 2024
2 parents 0cb00f8 + 4516821 commit 49c1218
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,7 +2,7 @@ channels:
- conda-forge
dependencies:
- coverage
- numpy =2.1.2
- numpy =2.1.3
- pandas =2.2.3
- scandir =1.10.0
- setuptools =75.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"numpy==2.1.2",
"numpy==2.1.3",
"pandas==2.2.3",
"scandir==1.10.0",
]
Expand Down

0 comments on commit 49c1218

Please sign in to comment.