diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 222aa92..5ef9f55 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,5 +8,5 @@ dependencies: - jinja2 =3.1.2 - paramiko =3.3.1 - tqdm =4.66.1 - - pympipool =0.7.5 + - pympipool =0.7.9 - cloudpickle =3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 7293e2d..3ae3969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ remote = [ "tqdm==4.66.1", ] executor = [ - "pympipool==0.7.5", + "pympipool==0.7.9", "cloudpickle==3.0.0", ]