Skip to content

Commit

Permalink
Merge pull request #211 from pyiron/dependabot/pip/pympipool-0.5.6
Browse files Browse the repository at this point in the history
Bump pympipool from 0.5.5 to 0.5.6
  • Loading branch information
jan-janssen committed Jul 24, 2023
2 parents 355c5f8 + 7f68b53 commit 341e070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ dependencies:
- jinja2 =3.1.2
- paramiko =3.2.0
- tqdm =4.65.0
- pympipool =0.5.5
- pympipool =0.5.6
- cloudpickle =2.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
extras_require={
"sge": ['defusedxml==0.7.1'],
"remote": ['paramiko==3.2.0', 'tqdm==4.65.0'],
"executor": ['pympipool==0.5.5', 'cloudpickle==2.2.1'],
"executor": ['pympipool==0.5.6', 'cloudpickle==2.2.1'],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit 341e070

Please sign in to comment.