mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-24 16:06:22 +02:00
Remove unused deps (#640)
* Removed the Google GenAI hard-coded install
This commit is contained in:
parent
2d8dbf4cdb
commit
08063a5ee9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ RUN dnf install -y python3.13 && \
|
|||
dnf clean all
|
||||
|
||||
RUN pip3 install --no-cache-dir \
|
||||
anthropic cohere mistralai openai google-generativeai \
|
||||
anthropic cohere mistralai openai \
|
||||
ollama \
|
||||
langchain==0.3.25 langchain-core==0.3.60 \
|
||||
langchain-text-splitters==0.3.8 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue