Skip to content

Commit

Permalink
Merge pull request #234 from pyiron/dependabot/pip/pympipool-0.7.2
Browse files Browse the repository at this point in the history
Bump pympipool from 0.7.1 to 0.7.2
  • Loading branch information
jan-janssen committed Nov 6, 2023
2 parents a96e809 + 12748d0 commit bbb27f0
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 @@ -8,5 +8,5 @@ dependencies:
- jinja2 =3.1.2
- paramiko =3.3.1
- tqdm =4.66.1
- pympipool =0.7.1
- pympipool =0.7.2
- cloudpickle =3.0.0
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.1', 'cloudpickle==3.0.0'],
"executor": ['pympipool==0.7.2', 'cloudpickle==3.0.0'],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit bbb27f0

Please sign in to comment.