Skip to content

Commit

Permalink
Merge pull request #923 from pyiron/dependabot/pip/pympipool-0.7.6
Browse files Browse the repository at this point in the history
Bump pympipool from 0.7.5 to 0.7.6
  • Loading branch information
jan-janssen authored Nov 27, 2023
2 parents 7d23e1c + 96ba588 commit 6ff46b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- moto =4.2.9
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.5
- pympipool =0.7.6
- distributed =2023.11.0
- python >= 3.10
- lammps
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies:
- moto =4.2.9
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.5
- pympipool =0.7.6
- distributed =2023.11.0
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ dependencies:
- moto =4.2.9
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.5
- pympipool =0.7.6
- distributed =2023.11.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
'tinybase': [
'distributed==2023.11.0',
'pympipool==0.7.5'
'pympipool==0.7.6'
]
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 6ff46b2

Please sign in to comment.