Skip to content

Commit

Permalink
added torchvision version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaputko committed Aug 20, 2024
1 parent e7c1882 commit ae32e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartsim/_core/_install/buildenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def ml_extras_required(self) -> t.Dict[str, t.List[str]]:
"skl2onnx": "1.16.0",
"onnxmltools": "1.12.0",
"scikit-learn": "1.3.2",
"torchvision": "0.15.2",
}

# remove torch-related fields as they are subject to change
Expand Down

0 comments on commit ae32e53

Please sign in to comment.