feat(flake): add uv package to build inputs
This commit is contained in:
19
flake.nix
19
flake.nix
@@ -215,6 +215,25 @@
|
||||
cargo-make
|
||||
hyperfine
|
||||
opencv
|
||||
uv
|
||||
# (python312.withPackages (ps:
|
||||
# with ps; [
|
||||
# numpy
|
||||
# matplotlib
|
||||
# scikit-learn
|
||||
# opencv-python
|
||||
# seaborn
|
||||
# torch
|
||||
# torchvision
|
||||
# tensorflow-lite
|
||||
# retinaface
|
||||
# facenet-pytorch
|
||||
# tqdm
|
||||
# pillow
|
||||
# orjson
|
||||
# huggingface-hub
|
||||
# # insightface
|
||||
# ]))
|
||||
]
|
||||
++ (lib.optionals pkgs.stdenv.isDarwin [
|
||||
apple-sdk_13
|
||||
|
||||
Reference in New Issue
Block a user