Skip to content

Commit

Permalink
Add torchvision to nix develop environment
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Jan 8, 2025
1 parent 83aa4b6 commit b06cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_env_builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pkgs.mkShell rec {
# add them to PYTHONPATH and thus make them accessible from within the venv.
numpy
torch
torchvision
] ++ (with pkgs; [
pre-commit
ruff
Expand All @@ -44,4 +45,3 @@ pkgs.mkShell rec {
'';

}

0 comments on commit b06cb5a

Please sign in to comment.