Skip to content

Commit

Permalink
Merge pull request #892 from pyiron/dependabot/pip/distributed-2023.10.0
Browse files Browse the repository at this point in the history
Bump distributed from 2023.9.3 to 2023.10.0
  • Loading branch information
jan-janssen authored Oct 24, 2023
2 parents ef3c73e + 435f478 commit e61aa49
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.9.3
- distributed =2023.10.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.1
- distributed =2023.9.3
- distributed =2023.10.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.1
- distributed =2023.9.3
- distributed =2023.10.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.6'
],
'tinybase': [
'distributed==2023.9.3',
'distributed==2023.10.0',
'pympipool==0.7.1'
]
},
Expand Down

0 comments on commit e61aa49

Please sign in to comment.