Skip to content

Commit

Permalink
Merge pull request #274 from pyiron/pympipool
Browse files Browse the repository at this point in the history
Update pympipool to 0.7.17
  • Loading branch information
jan-janssen authored Mar 1, 2024
2 parents f6e00d7 + cd0ffc0 commit 629ea23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- jinja2 =3.1.3
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.7.15
- pympipool =0.7.17
- cloudpickle =3.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies:
- jinja2 =3.1.3
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.7.15
- pympipool =0.7.17
- cloudpickle =3.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ remote = [
"tqdm==4.66.2",
]
executor = [
"pympipool==0.7.15",
"pympipool==0.7.17",
"cloudpickle==3.0.0",
]
twofactor = ["pyauthenticator==0.2.0"]
Expand Down

0 comments on commit 629ea23

Please sign in to comment.