Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreini1 committed Dec 7, 2023
1 parent fd3c94f commit 4327c0a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install anthropic trulens_eval==0.17.0 langchain==0.0.323"
"# ! pip install anthropic trulens_eval==0.18.3 langchain==0.0.347"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install trulens-eval==0.18.2 llama_index==0.9.13 langchain==0.0.346 html2text==2020.1.16"
"#! pip install trulens-eval==0.18.3 llama_index==0.9.13 langchain==0.0.346 html2text==2020.1.16"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/expositional/models/bedrock.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2 langchain==0.0.305 boto3==1.28.59"
"# ! pip install trulens_eval==0.18.3 langchain==0.0.305 boto3==1.28.59"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"outputs": [],
"source": [
"# ! pip install --upgrade sagemaker datasets boto3 trulens_eval"
"# ! pip install trulens_eval==0.18.3 sagemaker datasets boto3 "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install google-cloud-aiplatform==1.36.3 litellm==0.14.1 trulens_eval==0.17.0 langchain==0.0.323"
"#! pip install google-cloud-aiplatform==1.36.3 litellm==1.11.1 trulens_eval==0.18.3 langchain==0.0.347"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"#! pip install openai==0.28.1 litellm==0.14.1 trulens_eval==0.17.0 langchain==0.0.323"
"#! pip install openai==1.3.7 litellm==1.11.1 trulens_eval==0.18.3 langchain==0.0.347"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/groundtruth_evals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2 openai==1.3.1"
"# ! pip install trulens_eval==0.18.3 openai==1.3.7"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/human_feedback.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2 openai==1.3.1"
"# ! pip install trulens_eval==0.18.3 openai==1.3.7"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2 openai==1.3.1"
"# ! pip install trulens_eval==0.18.3 openai==1.3.7"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"metadata": {},
"outputs": [],
"source": [
"# pip install trulens_eval==0.18.2 llama_index>=0.8.69 html2text>=2020.1.16 "
"# pip install trulens_eval==0.18.3 llama_index>=0.8.69 html2text>=2020.1.16 "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/prototype_evals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2"
"# ! pip install trulens_eval==0.18.3"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/examples/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2 chromadb==0.4.18 openai==1.3.7"
"# ! pip install trulens_eval==0.18.3 chromadb==0.4.18 openai==1.3.7"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install trulens_eval==0.18.2 openai==1.3.1"
"# ! pip install trulens_eval==0.18.3 openai==1.3.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/trulens_eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"""

__version__ = "0.18.2"
__version__ = "0.18.3"

from trulens_eval.feedback import Bedrock
from trulens_eval.feedback import Feedback
Expand Down

0 comments on commit 4327c0a

Please sign in to comment.