Skip to content

Commit

Permalink
Merge pull request #899 from pyiron/dependabot/pip/distributed-2023.10.1
Browse files Browse the repository at this point in the history
Bump distributed from 2023.10.0 to 2023.10.1
  • Loading branch information
jan-janssen authored Oct 30, 2023
2 parents a00e862 + 395c011 commit 7d8682b
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.1
- distributed =2023.10.0
- distributed =2023.10.1
- 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.1
- distributed =2023.10.0
- distributed =2023.10.1
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.1
- distributed =2023.10.0
- distributed =2023.10.1
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.7'
],
'tinybase': [
'distributed==2023.10.0',
'distributed==2023.10.1',
'pympipool==0.7.1'
]
},
Expand Down

0 comments on commit 7d8682b

Please sign in to comment.