mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
# Build System requirements
|
|
setuptools>=70.1.0
|
|
cmake>=3.27
|
|
ninja
|
|
numpy
|
|
packaging
|
|
pyyaml
|
|
requests
|
|
six # dependency chain: NNPACK -> PeachPy -> six
|
|
typing-extensions>=4.10.0
|
|
pip # not technically needed, but this makes setup.py invocation work
|