From 7a7458d519113c4038890b759d8a445d9fd5bb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Louf?= Date: Wed, 19 Jul 2023 21:21:10 +0200 Subject: [PATCH] Add missing requirements --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d1bbffdb9..29659ff49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,14 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ + "interegular", "jinja2", + "lark", "numpy", "pillow", "perscache", "pydantic", + "regex", "scipy", "tenacity", "torch",