Skip to content

Commit

Permalink
Downgrade pympipool as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrv committed Jun 4, 2024
1 parent ed17ca0 commit 050caf4
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 @@ -20,7 +20,7 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.1
- pympipool =0.8.2
- pympipool =0.8.1
- 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 @@ -20,5 +20,5 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.1
- pympipool =0.8.2
- pympipool =0.8.1
- 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 @@ -25,5 +25,5 @@ dependencies:
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.1
- pympipool =0.8.2
- pympipool =0.8.1
- 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 @@ -55,7 +55,7 @@
],
'tinybase': [
'distributed==2024.5.1',
'pympipool==0.8.2',
'pympipool==0.8.1',
'h5io_browser==0.0.10',
]
},
Expand Down

0 comments on commit 050caf4

Please sign in to comment.