mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-12 12:09:33 +03:00
patch: Fixed create-docusaurus not found when installing with conda, it has being moved to the package.json file.
This commit is contained in:
parent
47616ab3a3
commit
28cee5fcc4
@ -1,4 +1,4 @@
|
||||
name: ldm
|
||||
name: ldm2
|
||||
# This file is part of sygil-webui (https://github.com/Sygil-Dev/sygil-webui/).
|
||||
|
||||
# Copyright 2022 Sygil-Dev team.
|
||||
@ -17,12 +17,12 @@ name: ldm
|
||||
channels:
|
||||
- pytorch
|
||||
- defaults
|
||||
- nvidia
|
||||
# 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
|
||||
|
@ -19,6 +19,7 @@
|
||||
"@docusaurus/preset-classic": "2.2.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.2.1",
|
||||
"create-docusaurus": "^2.2.0",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
|
@ -33,7 +33,7 @@ streamlit-server-state==0.14.2
|
||||
streamlit-tensorboard==0.0.2
|
||||
streamlit-elements==0.1.* # used for the draggable dashboard and new UI design (WIP)
|
||||
streamlit-ace==0.1.1 # used to replace the text area on the prompt and also for the code editor tool.
|
||||
streamlit-base-extras # used for logging, thread spawning, thread locking and page routing.
|
||||
#streamlit-base-extras # used for logging, thread spawning, thread locking and page routing. For now we are using a modified local version which we have to change to use the proper version from pypi.
|
||||
hydralit==1.0.14
|
||||
hydralit_components==1.0.10
|
||||
stqdm==0.0.4
|
||||
@ -44,6 +44,8 @@ matplotlib==3.6.
|
||||
resize-right==0.0.2
|
||||
torchdiffeq==0.2.3
|
||||
|
||||
# Environment Dependencies for WebUI (flet)
|
||||
|
||||
# txt2vid
|
||||
diffusers==0.6.0
|
||||
librosa==0.9.2
|
||||
|
Loading…
Reference in New Issue
Block a user