Un-bump nltk due to llamaindex issue

This commit is contained in:
Yuhong Sun
2024-09-08 16:39:19 -07:00
parent 362156f97e
commit f04ecbf87a
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ from danswer.connectors.slack.utils import make_slack_api_rate_limited
from danswer.connectors.slack.utils import SlackTextCleaner from danswer.connectors.slack.utils import SlackTextCleaner
from danswer.utils.logger import setup_logger from danswer.utils.logger import setup_logger
logger = setup_logger() logger = setup_logger()

View File

@@ -32,7 +32,7 @@ litellm==1.43.18
llama-index==0.9.45 llama-index==0.9.45
Mako==1.2.4 Mako==1.2.4
msal==1.28.0 msal==1.28.0
nltk==3.9 nltk==3.8.1
Office365-REST-Python-Client==2.5.9 Office365-REST-Python-Client==2.5.9
oauthlib==3.2.2 oauthlib==3.2.2
openai==1.41.1 openai==1.41.1