Skip to content

Commit a342d17

Browse files
including plotly.graph_objects in environments
1 parent a8a5e77 commit a342d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandasai/core/code_execution/environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def get_environment() -> dict:
3030
"plt": import_dependency("matplotlib.pyplot"),
3131
"np": import_dependency("numpy"),
3232
"px": import_dependency("plotly.express"),
33+
"go": import_dependency("plotly.graph_objects"),
3334
}
3435

3536
return env

0 commit comments

Comments
 (0)