Skip to content

Commit ec4db0d

Browse files
Merge pull request #193 from michaelwaves/nnsight_issue/536
add pandas to whitelisted modules
2 parents 43b32f2 + 5c5ce15 commit ec4db0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/ray/src/ray/nn/security/protected_environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def check(self, name: str) -> bool:
8383
WhitelistedModule(name="typing", strict=False),
8484
WhitelistedModule(name="_operator", strict=True),
8585
WhitelistedModule(name="operator", strict=True),
86+
WhitelistedModule(name="pandas", strict = False),
8687
]
8788

8889
# Modules allowed during deserialization

0 commit comments

Comments
 (0)