Skip to content

Commit

Permalink
Patch imports error (#1146)
Browse files Browse the repository at this point in the history
* add httpx to requirements

* undo httpx add

* test add langchain-community

* change langchain-community required version
  • Loading branch information
joshreini1 authored May 24, 2024
1 parent e06afaf commit cf8cd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trulens_eval/trulens_eval/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ merkle-json >= 1.0.0
# Langchain
langchain >= 0.1.14 # required for cost tracking even outside of langchain
langchain-core >= 0.1.6 # required by langchain
langchain-community>= 0.0.38 # required by langchain
typing-inspect >= 0.8.0 # fixes bug with langchain on python < 3.9

# Models
Expand Down

0 comments on commit cf8cd67

Please sign in to comment.