Skip to content

Commit

Permalink
added torch to ml_defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaputko committed Aug 20, 2024
1 parent 9b6681c commit e7c1882
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 @@ -211,6 +211,7 @@ def ml_extras_required(self) -> t.Dict[str, t.List[str]]:
"""Optional ML/DL dependencies we suggest for the user.
"""
ml_defaults = {
"torch": self.TORCH,
"tensorflow": self.TENSORFLOW,
"onnx": self.ONNX,
"skl2onnx": "1.16.0",
Expand Down

0 comments on commit e7c1882

Please sign in to comment.