diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 19723e9..79f98e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ einops = "^0.3.0" gtn = "^0.0.0" sentencepiece = "^0.1.95" pytorch-lightning = "^1.5.9" -Pillow = "^8.1.2" +Pillow = "^9.0.0" madgrad = "^1.0" editdistance = "^0.5.3" torchmetrics = "^0.4.1" @@ -57,6 +57,7 @@ darglint = "^1.8.0" jupyterlab = "^3.0.15" ipywidgets = "^7.6.3" torchinfo = "^1.5.3" +jupyter = "^1.0.0" [tool.coverage.report] fail_under = 50 |