Skip to content

Commit

Permalink
Merge pull request #1052 from pyiron/dependabot/pip/distributed-2024.5.0
Browse files Browse the repository at this point in the history
Bump distributed from 2024.4.2 to 2024.5.0
  • Loading branch information
pmrv authored May 13, 2024
2 parents 6cfbfa1 + cbba861 commit 4134983
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.17
- distributed =2024.4.2
- distributed =2024.5.0
- h5io_browser =0.0.10
- 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 @@ -19,5 +19,5 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.17
- distributed =2024.4.2
- distributed =2024.5.0
- h5io_browser =0.0.10
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- pympipool =0.7.17
- distributed =2024.4.2
- distributed =2024.5.0
- h5io_browser =0.0.10
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==5.0.6'
],
'tinybase': [
'distributed==2024.4.2',
'distributed==2024.5.0',
'pympipool==0.7.17',
'h5io_browser==0.0.10',
]
Expand Down

0 comments on commit 4134983

Please sign in to comment.