Skip to content

Commit

Permalink
Merge pull request #545 from awslabs/fix/remove_nltk_dependency
Browse files Browse the repository at this point in the history
feat(dependency): removed nltk dependency from summarization, dependa…
  • Loading branch information
dineshSajwan authored Jul 5, 2024
2 parents b1205b8 + ea50a01 commit 40d0846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import base64
from enum import Enum
import os
import nltk
import boto3
import tempfile
from aws_lambda_powertools import Logger, Tracer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ requests==2.32.0
requests-aws4auth==1.2.3
langchain==0.2.5
langchain-community==0.2.5
nltk==3.8.1
urllib3<2
aws-lambda-powertools
aws-xray-sdk

0 comments on commit 40d0846

Please sign in to comment.