From b0bc36f2afc182f8d3781baa0b89ebdda5c3dc48 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 19 Sep 2024 18:47:02 +0200 Subject: [PATCH] fix --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c0b05195d..2554bb5f8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -44,7 +44,7 @@ pymilvus==2.4.6 sentence-transformers==3.0.1 colbert-ai==0.2.21 -einop==0.8.0 +einops==0.8.0 pypdf==4.3.1 docx2txt==0.8 diff --git a/pyproject.toml b/pyproject.toml index d855a5652..b2558e4d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "sentence-transformers==3.0.1", "colbert-ai==0.2.21", - "einop==0.8.0", + "einops==0.8.0", "pypdf==4.3.1", "docx2txt==0.8",