-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenv-general-win.yaml
34 lines (34 loc) · 988 Bytes
/
env-general-win.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: speech-assistant
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- ffmpeg=4.3
- openh264=2.5.0 # This is needed for reading audio bytes rather than a file (https://stackoverflow.com/a/63977043/5288816)
- python=3.9
# Use this when there is a rendering problem from customtkinter
# - conda-forge::tk=*=xft_* # For Linux customtkinter support (solution https://github.com/ContinuumIO/anaconda-issues/issues/6833#issuecomment-1805812007)
- cpuonly=2.0
- pytorch=2.0.0
- pip
- pip:
- torch-directml
- accelerate==0.24.1
- optimum==1.15.0
- pyaudio==0.2.14
- pydantic==2.10.1
- playsound==1.2.2
- pyautogui==0.9.54
- pyclip==0.7.0
- python-xlib==0.33
- python3-xlib==0.15
- transformers==4.35.2
- keyboard==0.13.5
- langchain
- langchain-core
- langchain-community
- langchain-experimental
- langgraph
- chainlit==1.1.202
- customtkinter