mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 23:02:00 +03:00
Added nodejs, yarn and create-docusaurus conda dependency needed for the new documentation.
This commit is contained in:
parent
064a74c05e
commit
c62d2a26b9
@ -20,6 +20,9 @@ channels:
|
||||
# Psst. If you change a dependency, make sure it's mirrored in the docker requirement
|
||||
# files as well.
|
||||
dependencies:
|
||||
- nodejs=18.11.0
|
||||
- yarn=1.22.19
|
||||
- create-docusaurus=2.2.0
|
||||
- cudatoolkit=11.3
|
||||
- git
|
||||
- numpy=1.22.3
|
||||
@ -29,5 +32,4 @@ dependencies:
|
||||
- scikit-image=0.19.2
|
||||
- torchvision=0.12.0
|
||||
- pip:
|
||||
- -r requirements.txt
|
||||
|
||||
- -r requirements.txt
|
Loading…
Reference in New Issue
Block a user