Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Oct 3, 2024
1 parent a40b73a commit 0bd7645
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions packages/dvilela/customs/gemini_prediction/component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ callable: run
dependencies:
google-generativeai:
version: ==0.5.3
google-api-core:
version: '>=2.20.0'
2 changes: 1 addition & 1 deletion packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"custom/valory/tee_openai_request/0.1.0": "bafybeictmezaorzxelsy4dztbxh5n2343zio3rk6vo7wc5lptxlobhdnku",
"custom/dvilela/corcel_request/0.1.0": "bafybeicjrix2wg23cm2j437isokkzd26uloqezlx3cg2pu7rf7mfwg3p6e",
"custom/dvilela/llama_request/0.1.0": "bafybeicn4oglysjhr34hrbkziccgeco4pfauogau3apx7elyz4a4fjh7py",
"custom/dvilela/gemini_prediction/0.1.0": "bafybeifv5ifgl3ni36et2oxtmupms2hz6hdfxnre67ssnvd2idcsl5cqgm",
"custom/dvilela/gemini_prediction/0.1.0": "bafybeigvwflupxzbjgmaxcxml5vkez3obl4fjo6bxzhquq56urnviq32u4",
"protocol/valory/acn_data_share/0.1.0": "bafybeih5ydonnvrwvy2ygfqgfabkr47s4yw3uqxztmwyfprulwfsoe7ipq",
"protocol/valory/websocket_client/0.1.0": "bafybeifjk254sy65rna2k32kynzenutujwqndap2r222afvr3zezi27mx4",
"contract/valory/agent_mech/0.1.0": "bafybeiah6b5epo2hlvzg5rr2cydgpp2waausoyrpnoarf7oa7bw33rex34",
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ openfactverification-kongzii = "^0.1.0"
llama-cpp-python = ">=0.2.56"

lxml = {extras = ["html-clean"], version = "^5.1.0"}
google-api-core = "^2.20.0"

[tool.poetry.group.dev.dependencies]
tomte = {version = "==0.2.15", extras = ["cli", "tests"]}

0 comments on commit 0bd7645

Please sign in to comment.