Skip to content

Commit

Permalink
Merge pull request #992 from pyiron/dependabot/pip/distributed-2024.2.0
Browse files Browse the repository at this point in the history
Bump distributed from 2024.1.1 to 2024.2.0
  • Loading branch information
jan-janssen authored Feb 13, 2024
2 parents 58ebd1a + c40f08b commit dde7de3
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.11
- distributed =2024.1.1
- distributed =2024.2.0
- h5io_browser =0.0.7
- 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.11
- distributed =2024.1.1
- distributed =2024.2.0
- h5io_browser =0.0.7
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.11
- distributed =2024.1.1
- distributed =2024.2.0
- h5io_browser =0.0.7
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.1'
],
'tinybase': [
'distributed==2024.1.1',
'distributed==2024.2.0',
'pympipool==0.7.11',
'h5io_browser==0.0.7',
]
Expand Down

0 comments on commit dde7de3

Please sign in to comment.