-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
136 lines (136 loc) · 3.13 KB
/
environment.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
name: langchain2
channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- conda-forge
- defaults
dependencies:
- pip:
- aiofiles==23.1.0
- altair==5.0.1
- astor==0.8.1
- audioread==3.0.0
- azure-cognitiveservices-speech==1.29.0
- bce-python-sdk==0.8.83
- blinker==1.6.2
- braceexpand==0.1.7
- click==8.1.3
- coloredlogs==15.0.1
- colorlog==6.7.0
- cpm-kernels==1.0.11
- cython==0.29.35
- datasets==2.12.0
- dill==0.3.4
- distance==0.1.3
- editdistance==0.6.2
- fastapi==0.96.0
- ffmpeg==1.4
- ffmpy==0.3.0
- ffprobe==0.5
- filelock==3.12.0
- flask==2.3.2
- flask-babel==2.0.0
- flatbuffers==23.5.26
- fsspec==2023.5.0
- ftfy==6.1.1
- future==0.18.3
- g2p-en==2.1.0
- g2pm==0.1.2.5
- gradio==3.33.1
- gradio-client==0.2.5
- h11==0.14.0
- h5py==3.8.0
- httpcore==0.17.2
- httpx==0.24.1
- huggingface-hub==0.15.1
- humanfriendly==10.0
- hyperpyyaml==1.2.1
- icetk==0.0.4
- inflect==6.0.4
- itsdangerous==2.1.2
- jieba==0.42.1
- jsonlines==3.1.0
- kaldiio==2.18.0
- librosa==0.8.1
- linkify-it-py==2.0.2
- llvmlite==0.40.0
- loguru==0.7.0
- markdown-it-py==2.2.0
- mdit-py-plugins==0.3.3
- mdurl==0.1.2
- mock==5.0.2
- mpmath==1.3.0
- multiprocess==0.70.12.2
- nara-wpe==0.0.9
- networkx==3.1
- nltk==3.8.1
- numba==0.57.0
- onnxruntime==1.15.0
- opencc==0.2
- opencc-python-reimplemented==0.1.7
- opt-einsum==3.3.0
- orjson==3.9.0
- paddle-bfloat==0.1.7
- paddle2onnx==1.0.6
- paddleaudio==1.1.0
- paddlefsl==1.1.0
- paddlenlp==2.5.2
- paddlepaddle==2.4.2
- paddleslim==2.4.1
- paddlespeech==1.4.1
- paddlespeech-feat==0.1.0
- parameterized==0.9.0
- pathos==0.2.8
- pattern-singleton==1.2.0
- portalocker==2.7.0
- pox==0.3.2
- ppdiffusers==0.14.2
- ppft==1.7.6.6
- praatio==5.1.1
- prettytable==3.7.0
- protobuf==3.20.0
- pyarrow==12.0.0
- pybind11==2.10.4
- pycryptodome==3.18.0
- pydub==0.25.1
- pygtrie==2.5.0
- pypinyin==0.44.0
- pypinyin-dict==0.6.0
- python-multipart==0.0.6
- pyworld==0.3.3
- resampy==0.4.2
- responses==0.18.0
- rich==13.4.1
- ruamel-yaml==0.17.28
- ruamel-yaml-clib==0.2.7
- sacrebleu==2.3.1
- safetensors==0.3.1
- semantic-version==2.10.0
- sentencepiece==0.1.99
- seqeval==1.2.2
- soundfile==0.12.1
- spacy-pkuseg==0.0.32
- starlette==0.27.0
- swig==4.1.1
- sympy==1.12
- tabulate==0.9.0
- textgrid==1.5
- timer==0.2.2
- tojyutping==0.2.3
- tokenizers==0.13.3
- toolz==0.12.0
- torch==2.0.1
- torchvision==0.15.2
- transformers==4.27.1
- typeguard==2.13.3
- uc-micro-py==1.0.2
- uvicorn==0.22.0
- visualdl==2.4.2
- webrtcvad==2.0.10
- websockets==11.0.3
- werkzeug==2.3.4
- xxhash==3.2.0
- yacs==0.1.8
- zh-core-web-sm==3.5.0
- zhon==1.1.5
prefix: /Users/lyb/anaconda3/envs/langchain2