Skip to content

Commit

Permalink
fix(reqs): cleaning and update langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
billmetangmo authored Jul 3, 2024
1 parent 8c71492 commit d5be006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions etl/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
jupyter-server>=2.11.2 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
pipdeptree==2.2.1
7 changes: 2 additions & 5 deletions etl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ colorama==0.4.4
findspark==2.0.1
geocoder==1.38.1
geopy==2.2.0
#jupyter==1.0.0
#jupyter-utils==1.2.6
pandarallel==1.6.1
pipdeptree==2.2.1
requests-cache==0.9.4
tqdm==4.64.0
wheel==0.38.1
abbreviations==0.2.5
ftfy==6.1.1
rich==12.4.4
#jupyterlab==3.6.7
cryptography>=3.2 # not directly required, pinned by Snyk to avoid a vulnerability
ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
Expand All @@ -21,7 +17,8 @@ openai==0.27.8
boto3==1.26.82
diskcache==5.4.0
numpy==1.26.4
langchain==0.1.11
langchain-community==0.2.6
langchain-openai==0.1.14
faiss-cpu==1.8.0
tiktoken==0.4.0
chainlit==0.5.1
Expand Down

0 comments on commit d5be006

Please sign in to comment.