parent
3e558f899a
commit
5e26bd75b7
@ -0,0 +1 @@
|
||||
pygame==2.6.1
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,3 +1,2 @@
|
||||
D:\anaconda3\envs\py310\python -m pip install -r requirements.txt
|
||||
|
||||
D:\anaconda3\envs\py310\python -m pip install .
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
@ -0,0 +1,96 @@
|
||||
aiohappyeyeballs == 2.6.1
|
||||
aiohttp == 3.11.16
|
||||
aiomysql == 0.2.0
|
||||
aiosignal == 1.3.2
|
||||
alibabacloud_credentials ==0.3.6
|
||||
alibabacloud_endpoint_util ==0.0.3
|
||||
alibabacloud_gateway_spi ==0.0.3
|
||||
alibabacloud_openapi_util ==0.2.2
|
||||
alibabacloud-sts20150401 ==1.1.5
|
||||
alibabacloud-tea ==0.4.3
|
||||
alibabacloud_tea_openapi ==0.4.0rc1
|
||||
alibabacloud_tea_util ==0.3.13
|
||||
alibabacloud_tea_xml ==0.0.2
|
||||
aliyun-python-sdk-core ==2.16.0
|
||||
aliyun-python-sdk-kms ==2.16.5
|
||||
annotated-types ==0.7.0
|
||||
anyio ==4.9.0
|
||||
attrs ==25.3.0
|
||||
beautifulsoup4 ==4.13.3
|
||||
bs4 ==0.0.2
|
||||
certifi ==2025.1.31
|
||||
cffi ==1.17.1
|
||||
charset-normalizer ==3.4.1
|
||||
click ==8.1.8
|
||||
colorama ==0.4.6
|
||||
contourpy ==1.3.1
|
||||
crcmod ==1.7
|
||||
cryptography ==44.0.2
|
||||
cycler ==0.12.1
|
||||
darabonba-core ==1.0.0
|
||||
dashscope ==1.23.1
|
||||
distro ==1.9.0
|
||||
ecdsa ==0.19.1
|
||||
fastapi ==0.115.12
|
||||
fonttools ==4.57.0
|
||||
frozenlist ==1.5.0
|
||||
gensim ==4.3.3
|
||||
grpcio ==1.67.1
|
||||
h11 ==0.14.0
|
||||
httpcore ==1.0.7
|
||||
httpx ==0.28.1
|
||||
idna ==3.10
|
||||
jieba ==0.42.1
|
||||
jiter ==0.9.0
|
||||
jmespath ==0.10.0
|
||||
jose ==1.0.0
|
||||
kiwisolver ==1.4.8
|
||||
matplotlib ==3.10.1
|
||||
multidict ==6.3.2
|
||||
nls ==1.1.0
|
||||
numpy ==1.26.4
|
||||
openai ==1.71.0
|
||||
oss2 ==2.19.1
|
||||
packaging ==24.2
|
||||
pandas ==2.2.3
|
||||
passlib ==1.7.4
|
||||
pillow ==11.1.0
|
||||
pip ==25.0.1
|
||||
propcache ==0.3.1
|
||||
protobuf ==6.30.2
|
||||
pyasn1 ==0.4.8
|
||||
pycparser ==2.22
|
||||
pycryptodome ==3.22.0
|
||||
pydantic ==2.11.2
|
||||
pydantic_core ==2.33.1
|
||||
pydub ==0.25.1
|
||||
pygame ==2.6.1
|
||||
pymilvus ==2.5.6
|
||||
PyMySQL ==1.1.1
|
||||
pyparsing ==3.2.3
|
||||
python-dateutil ==2.9.0.post0
|
||||
python-dotenv ==1.1.0
|
||||
python-jose ==3.4.0
|
||||
python-multipart ==0.0.20
|
||||
pytz ==2025.2
|
||||
redis ==6.0.0b2
|
||||
requests ==2.32.3
|
||||
rsa ==4.9
|
||||
scipy ==1.13.1
|
||||
setuptools ==78.1.0
|
||||
six ==1.17.0
|
||||
smart-open ==7.1.0
|
||||
sniffio ==1.3.1
|
||||
soupsieve ==2.6
|
||||
starlette ==0.46.1
|
||||
tqdm ==4.67.1
|
||||
typing_extensions ==4.13.1
|
||||
typing-inspection ==0.4.0
|
||||
tzdata ==2025.2
|
||||
ujson ==5.10.0
|
||||
urllib3 ==2.3.0
|
||||
uvicorn ==0.34.0
|
||||
websocket-client ==1.8.0
|
||||
wheel ==0.45.1
|
||||
wrapt ==1.17.2
|
||||
yarl ==1.19.0
|
@ -1,9 +1,4 @@
|
||||
# 腾讯 AI Lab 的中文词向量
|
||||
https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/Tencent_AILab_ChineseEmbedding/Tencent_AILab_ChineseEmbedding.tar.gz
|
||||
|
||||
# 显示已安装包的版本号
|
||||
pip show gensim
|
||||
pip show jieba
|
||||
pip show pymilvus
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue