diff --git a/pyproject.toml b/pyproject.toml index 091f437..ef99d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,9 @@ dependencies = [ "Pint>=0.22", "Pillow>=9.2.0", "pandas>=1.4.0", + "tenacity<8.4.0", # fix for papermill https://github.com/nteract/papermill/issues/510 "papermill>=2.4.0", - "ogs>=6.5.1", + "ogs>=6.5.2", "ogs6py>=0.370", "tqdm>=4.60", "typeguard>=4.0.0",