Skip to content

Commit

Permalink
Prep for release (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: Shayak Sen <[email protected]>
  • Loading branch information
shayaks and Shayak Sen authored Nov 23, 2023
1 parent 0f23b0e commit e3094d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0 llama_index>=0.8.69 html2text>=2020.1.16 "
"# pip install trulens-eval==0.18.1 llama_index>=0.8.69 html2text>=2020.1.16 "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):
f'langchain>={langchain_version}', # required for cost tracking even outside of langchain
'typing-inspect==0.8.0', # langchain with python < 3.9 fix
'typing_extensions==4.5.0', # langchain with python < 3.9 fix
f'llama_index=={llama_version}',
f'llama_index>={llama_version}',
# VectorStoreIndex changes need to be taken account for in later versions
'merkle-json>=1.0.0',
'millify>=0.1.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.0"
__version__ = "0.18.1"

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

0 comments on commit e3094d3

Please sign in to comment.