Skip to content

Commit da64bc4

Browse files
mgrange1998meta-codesync[bot]
authored andcommitted
Add shadow_model_training package dependencies to fix OSS testing (#97)
Summary: Pull Request resolved: #97 - Adds torchvision - Adds matplotlib Fixes tests broken from https://github.com/facebookresearch/PrivacyGuard/pull/96/files Reviewed By: lucamelis Differential Revision: D90705098 fbshipit-source-id: c6be9843cd12add0a7bff045d4fef6c4b11f31b2
1 parent b854f18 commit da64bc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ dependencies = [
3939
'transformers>=4.57.1',
4040
'accelerate',
4141
'later',
42+
'torchvision',
43+
'matplotlib',
4244
]
4345

4446
[project.optional-dependencies]
@@ -53,7 +55,6 @@ dev = [
5355
"mdformat-myst",
5456
]
5557

56-
5758
notebook = [
5859

5960
]

0 commit comments

Comments
 (0)