Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
H1DDENADM1N committed Jun 11, 2024
1 parent 7337dd4 commit ca777df
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 34 deletions.
27 changes: 16 additions & 11 deletions requirements-client.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
rich
keyboard
clipman
numpy
sounddevice
websockets
pypinyin
watchdog
typer
srt
httpx
rich==13.7.1
keyboard==0.13.5
clipman==3.2.3
numpy==1.26.4
sounddevice==0.4.7
websockets==12.0
pypinyin==0.51.0
watchdog==4.0.1
typer==0.12.3
srt==3.5.3
httpx==0.27.0
PySide6==6.7.1
qt-material==2.14
pycaw==20240210
pywin32==306
qrcode==7.4.2
24 changes: 16 additions & 8 deletions requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
rich
websockets
numpy
typeguard==2.13.3
sherpa_onnx==1.8.11
funasr_onnx==0.2.5
kaldi-native-fbank==1.17
jieba
rich==13.7.1
websockets==12.0
numpy==1.26.4
typeguard==4.3.0
sherpa-onnx==1.9.27
funasr-onnx==0.2.5
kaldi-native-fbank==1.19.3
jieba==0.42.1
PySide6==6.7.1
qt-material==2.14
torch==2.2.0
sacremoses==0.1.1
Flask==3.0.3
gevent==24.2.1
transformers==4.41.2
sentencepiece==0.2.0
Binary file modified runtime/_asyncio.pyd
Binary file not shown.
Binary file modified runtime/_bz2.pyd
Binary file not shown.
Binary file modified runtime/_ctypes.pyd
Binary file not shown.
Binary file modified runtime/_decimal.pyd
Binary file not shown.
Binary file modified runtime/_elementtree.pyd
Binary file not shown.
Binary file modified runtime/_hashlib.pyd
Binary file not shown.
Binary file modified runtime/_lzma.pyd
Binary file not shown.
Binary file modified runtime/_msi.pyd
Binary file not shown.
Binary file modified runtime/_multiprocessing.pyd
Binary file not shown.
Binary file modified runtime/_overlapped.pyd
Binary file not shown.
Binary file modified runtime/_queue.pyd
Binary file not shown.
Binary file modified runtime/_socket.pyd
Binary file not shown.
Binary file modified runtime/_sqlite3.pyd
Binary file not shown.
Binary file modified runtime/_ssl.pyd
Binary file not shown.
Binary file modified runtime/_uuid.pyd
Binary file not shown.
Binary file modified runtime/_zoneinfo.pyd
Binary file not shown.
Binary file modified runtime/pyexpat.pyd
Binary file not shown.
Binary file modified runtime/python.cat
Binary file not shown.
Binary file modified runtime/python.exe
Binary file not shown.
Binary file modified runtime/python3.dll
Binary file not shown.
Binary file modified runtime/python311.dll
Binary file not shown.
Binary file modified runtime/python311.zip
Binary file not shown.
Binary file modified runtime/pythonw.exe
Binary file not shown.
Binary file modified runtime/pythonw_CapsWriter_Client.exe
Binary file not shown.
Binary file modified runtime/pythonw_CapsWriter_Server.exe
Binary file not shown.
Binary file modified runtime/select.pyd
Binary file not shown.
Binary file modified runtime/sqlite3.dll
Binary file not shown.
Binary file modified runtime/unicodedata.pyd
Binary file not shown.
Binary file modified runtime/winsound.pyd
Binary file not shown.
15 changes: 0 additions & 15 deletions site-packages/运行依赖下载方式.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,4 @@ https://www.123pan.com/s/qBxUVv-qYZq3.html 提取码:uGAy
pip install -r requirements-server.txt
pip install -r requirements-client.txt

图形化界面 gui
pip install PySide6
pip install qt-material

离线翻译 Translate-Offline
pip install torch
pip install flask
pip install gevent
pip install transformers
pip install sentencepice

录音时静音其他音频播放
pip install pycaw


将本地site-packages目录下依赖复制到此文件夹

0 comments on commit ca777df

Please sign in to comment.