Skip to content

Commit

Permalink
Merge pull request #801 from pyiron/dependabot/pip/distributed-2023.7.1
Browse files Browse the repository at this point in the history
Bump distributed from 2023.5.0 to 2023.7.1
  • Loading branch information
jan-janssen authored Aug 2, 2023
2 parents 9101f29 + 1d5372a commit 81ecf3b
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 @@ -22,6 +22,6 @@ dependencies:
- typeguard =4.1.0
- aws-sam-translator =1.71.0
- pympipool =0.6.1
- distributed =2023.5.0
- distributed =2023.7.1
- python >= 3.10
- lammps
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- typeguard =4.1.0
- aws-sam-translator =1.71.0
- pympipool =0.6.1
- distributed =2023.5.0
- distributed =2023.7.1
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
- typeguard =4.1.0
- aws-sam-translator =1.71.0
- pympipool =0.6.1
- distributed =2023.5.0
- distributed =2023.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'typeguard==4.1.0'
],
'tinybase': [
'distributed==2023.5.0',
'distributed==2023.7.1',
'pympipool==0.6.1'
]
},
Expand Down

0 comments on commit 81ecf3b

Please sign in to comment.