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

This commit is contained in:
Wendong-Fan 2026-02-11 18:17:52 +00:00 committed by GitHub
parent 6d9a381d27
commit 50182e99c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1065,6 +1065,7 @@ export const TERMINAL_BASE_PACKAGES = [
'openpyxl',
'beautifulsoup4',
'pillow',
'plotly',
];
/**

View file

@ -48,6 +48,7 @@ const TERMINAL_BASE_PACKAGES = [
'openpyxl',
'beautifulsoup4',
'pillow',
'plotly',
];
console.log('🚀 Starting pre-installation of dependencies...');