Skip to content

Commit

Permalink
Merge pull request #79 from pyiron/dependabot/pip/pint-0.24.4
Browse files Browse the repository at this point in the history
Bump pint from 0.23 to 0.24.4
  • Loading branch information
samwaseda authored Jan 3, 2025
2 parents d3e2c38 + 513a286 commit 26d3d2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- openjdk
- owlready2 =0.47
- pandas =2.2.2
- pint =0.23
- pyiron_atomistics =0.5.4
- pint =0.24.4
- pyiron_atomistics =0.6.19
- pyiron-data =0.0.29
- lammps =2024.02.07=*_openmpi_*
2 changes: 1 addition & 1 deletion .ci_support/environment-pyiron_atomistics.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- conda-forge
dependencies:
- pyiron_atomistics =0.5.4
- pyiron_atomistics =0.6.19
- pyiron-data =0.0.29
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- openjdk
- owlready2 =0.47
- pandas =2.2.2
- pint =0.23
- pint =0.24.4
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- openjdk
- owlready2 =0.47
- pandas =2.2.2
- pint =0.23
- pint =0.24.4
- sphinxcontrib-mermaid
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"numpy==1.26.4",
"owlready2==0.47",
"pandas==2.2.2",
"pint==0.23",
"pint==0.24.4",
]
dynamic = [ "version",]
authors = [
Expand Down

0 comments on commit 26d3d2c

Please sign in to comment.