Skip to content

Commit

Permalink
Merge pull request #227 from pyiron/update_pympipool
Browse files Browse the repository at this point in the history
Update pympipool to 0.7.1
  • Loading branch information
liamhuber committed Oct 3, 2023
2 parents 667afad + bb8f55d commit 57411f1
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.3.1
- tqdm =4.66.1
- pympipool =0.7.0
- pympipool =0.7.1
- 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.3.1', 'tqdm==4.66.1'],
"executor": ['pympipool==0.7.0', 'cloudpickle==2.2.1'],
"executor": ['pympipool==0.7.1', 'cloudpickle==2.2.1'],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit 57411f1

Please sign in to comment.