diff --git a/pyproject.toml b/pyproject.toml index 2818e7f5..ce37b770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,7 @@ doc-master = "*" rich = "*" # sentence-transformers = "*" swarm-models = "*" +pathos = "*" # [tool.poetry.extras] diff --git a/requirements.txt b/requirements.txt index 74c171ea..20a985b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,4 @@ aiofiles clusterops reportlab doc-master +pathos \ No newline at end of file