Skip to content

Commit

Permalink
relock
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmardziel committed Nov 7, 2024
1 parent af50b31 commit 4345774
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9,!=3.9.7"
trulens-core = { version = "^1.0.0", extras = [
trulens-core = { version = "^1.2.2", extras = [
"otel",
"tqdm",
"openai",
Expand Down
2 changes: 1 addition & 1 deletion src/trulens_eval/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/trulens_eval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python = "^3.9,!=3.9.7"
# the latest trulens-* versions for users who are still installing
# "trulens_eval".
trulens = { version = "^1.0" }
#trulens-core = { version = "^1.0.0" }
#trulens-core = { version = "^1.2.2" }
#trulens-feedback = { version = "^1.0.0" }
#trulens-dashboard = { version = "^1.0.0" }

Expand Down

0 comments on commit 4345774

Please sign in to comment.