Skip to content

Commit

Permalink
fix: Fixing broken peer deps
Browse files Browse the repository at this point in the history
- Removed transformers and web-ai peer dependencies.

Refs: chroma-core#1104
  • Loading branch information
tazarov committed Sep 18, 2023
1 parent 2b434b8 commit 647bfc0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,10 @@
"isomorphic-fetch": "^3.0.0"
},
"peerDependencies": {
"@visheratin/web-ai": "^1.0.0",
"@visheratin/web-ai-node": "^1.0.0",
"@xenova/transformers": "^2.0.0",
"cohere-ai": "^6.0.0",
"cohere-ai": "^5.1.0",
"openai": "^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"@visheratin/web-ai": {
"optional": true
},
"@visheratin/web-ai-node": {
"optional": true
},
"@xenova/transformers": {
"optional": true
},
"cohere-ai": {
"optional": true
},
Expand Down

0 comments on commit 647bfc0

Please sign in to comment.