Skip to content

Commit

Permalink
Moved hedera dependency into peer + dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhannadJam committed Dec 4, 2024
1 parent de59a68 commit 111867b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@hashgraph/sdk": "^2.53.0",
"@langchain/openai": ">=0.2.0 <0.4.0",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
Expand Down Expand Up @@ -77,6 +76,7 @@
"@google-ai/generativelanguage": "^2.5.0",
"@google-cloud/storage": "^7.7.0",
"@gradientai/nodejs-sdk": "^1.2.0",
"@hashgraph/sdk": "^2.53.0",
"@huggingface/inference": "^2.6.4",
"@ibm-cloud/watsonx-ai": "^1.1.0",
"@jest/globals": "^29.5.0",
Expand Down Expand Up @@ -244,6 +244,7 @@
"@google-ai/generativelanguage": "*",
"@google-cloud/storage": "^6.10.1 || ^7.7.0",
"@gradientai/nodejs-sdk": "^1.2.0",
"@hashgraph/sdk": "^2.53.0",
"@huggingface/inference": "^2.6.4",
"@ibm-cloud/watsonx-ai": "*",
"@lancedb/lancedb": "^0.12.0",
Expand Down Expand Up @@ -421,6 +422,9 @@
"@gradientai/nodejs-sdk": {
"optional": true
},
"@hashgraph/sdk": {
"optional": true
},
"@huggingface/inference": {
"optional": true
},
Expand Down

0 comments on commit 111867b

Please sign in to comment.