Skip to content

Commit

Permalink
remove: extra lib handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Nov 12, 2024
1 parent 3850595 commit e5ec4ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pandasai/helpers/optional.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def get_environment(additional_deps: List[dict]) -> dict:
env["pd"] = RestrictedPandas()
env["plt"] = RestrictedMatplotlib()
env["np"] = RestrictedNumpy()
if any(lib["name"] == "seaborn" for lib in additional_deps):
env["sns"] = RestrictedSeaborn()

for lib in additional_deps:
if lib["name"] == "seaborn":
Expand Down

0 comments on commit e5ec4ae

Please sign in to comment.