mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 03:30:06 +00:00
chore: add plotly as init env for terminal agent (#1231)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
This commit is contained in:
parent
6d9a381d27
commit
50182e99c1
2 changed files with 2 additions and 0 deletions
|
|
@ -1065,6 +1065,7 @@ export const TERMINAL_BASE_PACKAGES = [
|
|||
'openpyxl',
|
||||
'beautifulsoup4',
|
||||
'pillow',
|
||||
'plotly',
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ const TERMINAL_BASE_PACKAGES = [
|
|||
'openpyxl',
|
||||
'beautifulsoup4',
|
||||
'pillow',
|
||||
'plotly',
|
||||
];
|
||||
|
||||
console.log('🚀 Starting pre-installation of dependencies...');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue