Skip to content

Commit

Permalink
Merge pull request #928 from pyiron/dependabot/pip/distributed-2023.12.0
Browse files Browse the repository at this point in the history
Bump distributed from 2023.11.0 to 2023.12.0
  • Loading branch information
jan-janssen authored Dec 4, 2023
2 parents 486f438 + d628479 commit b4ba36b
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 @@ -19,7 +19,7 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.9
- distributed =2023.11.0
- distributed =2023.12.0
- python >= 3.10
- lammps
- nglview >=3.0.8
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.9
- distributed =2023.11.0
- distributed =2023.12.0
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.9
- distributed =2023.11.0
- distributed =2023.12.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'moto==4.2.11'
],
'tinybase': [
'distributed==2023.11.0',
'distributed==2023.12.0',
'pympipool==0.7.9'
]
},
Expand Down

0 comments on commit b4ba36b

Please sign in to comment.