Skip to content

Commit 4770d98

Browse files
update flake (#7032)
Co-authored-by: psychedelicious <[email protected]>
1 parent aeb2275 commit 4770d98

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
cudaPackages.cudnn
3535
cudaPackages.cuda_nvrtc
3636
cudatoolkit
37-
pkgconfig
37+
pkg-config
3838
libconfig
3939
cmake
4040
blas
@@ -66,7 +66,7 @@
6666
black
6767

6868
# Frontend.
69-
yarn
69+
pnpm_8
7070
nodejs
7171
];
7272
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=65.5", "pip~=22.3", "wheel"]
2+
requires = ["setuptools", "pip", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -41,10 +41,10 @@ dependencies = [
4141
"diffusers[torch]==0.27.2",
4242
"gguf==0.10.0",
4343
"invisible-watermark==0.2.0", # needed to install SDXL base and refiner using their repo_ids
44-
"mediapipe==0.10.7", # needed for "mediapipeface" controlnet model
44+
"mediapipe>=0.10.7", # needed for "mediapipeface" controlnet model
4545
"numpy==1.26.4", # >1.24.0 is needed to use the 'strict' argument to np.testing.assert_array_equal()
46-
"onnx==1.15.0",
47-
"onnxruntime==1.16.3",
46+
"onnx>=1.15.0",
47+
"onnxruntime>=1.16.3",
4848
"opencv-python==4.9.0.80",
4949
"pytorch-lightning==2.1.3",
5050
"safetensors==0.4.3",

0 commit comments

Comments
 (0)