Skip to content

Commit

Permalink
Merge pull request #944 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
部分第三方库版本升级,简单测试暂时没发现问题(待稳定性测试)
  • Loading branch information
Ikaros-521 authored Jul 26, 2024
2 parents 3adad5a + 9f69877 commit ffde800
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
requests==2.32.3
git+https://gitee.com/ikaros-521/WenxinWorkshop-Python-SDK
git+https://gitee.com/ikaros-521/blivedm
git+https://gitee.com/ikaros-521/sparkdesk-api
Expand Down Expand Up @@ -44,18 +44,18 @@ idna
lxml
pyee
typing_extensions
urllib3
urllib3==2.2.2
pyhandytools
curl_cffi
zhipuai
bardapi
revTongYi
pyautogui
nicegui
nicegui==1.4.30
pytchat
PySocks
pure-protobuf==3.0.0a5
xingchen
xingchen==1.1.5
emoji
google-generativeai
colorlog
Expand All @@ -72,7 +72,7 @@ dashscope
pygetwindow
opencv-python
g4f
starlette==0.27.0
starlette==0.36.3
pyserial

# dy2
Expand Down
20 changes: 10 additions & 10 deletions requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ entrypoint2==1.1
exceptiongroup==1.1.2
executing==1.2.0
faiss-cpu==1.7.4
fastapi==0.103.2
fastapi==0.109.2
fastapi-socketio==0.0.10
faster-whisper==1.0.0
ffmpy==0.3.1
Expand All @@ -75,7 +75,7 @@ google-cloud-translate==3.8.2
google-generativeai==0.3.1
googleapis-common-protos==1.56.4
gptcache==0.1.34
gradio==3.0
gradio==4.16.0
gradio_client==0.7.3
greenlet==2.0.2
grpcio==1.57.0
Expand All @@ -95,7 +95,7 @@ ipython==8.14.0
itsdangerous==2.1.2
jedi==0.18.2
jieba==0.42.1
Jinja2==3.1.2
Jinja2==3.1.4
joblib==1.3.1
jsonpointer==2.1
jsonschema==4.21.1
Expand Down Expand Up @@ -129,14 +129,14 @@ multidict==6.0.4
murmurhash==1.0.9
mypy-extensions==1.0.0
networkx==3.1
nicegui==1.4.5
nicegui==1.4.30
nltk==3.8.1
numexpr==2.8.4
numpy==1.25.0
onnxruntime==1.16.3
openai==1.6.1
openapi-schema-pydantic==1.2.4
orjson==3.9.9
orjson==3.10.6
pandas==2.2.0
paramiko==3.4.0
parso==0.8.3
Expand Down Expand Up @@ -194,7 +194,7 @@ pytchat==0.5.5
python-dateutil==2.8.2
python-dotenv==1.0.0
python-engineio==4.8.0
python-multipart==0.0.6
python-multipart==0.0.9
python-socketio==5.10.0
pytweening==1.0.7
pytz==2023.3
Expand All @@ -206,7 +206,7 @@ qt5-applications==5.15.2.2.3
qt5-tools==5.15.2.1.3
referencing==0.33.0
regex==2023.6.3
requests==2.31.0
requests==2.32.3
revTongYi==0.0.5.0
rich==13.7.0
rpds-py==0.17.1
Expand Down Expand Up @@ -236,7 +236,7 @@ SQLAlchemy==1.3.24
srsly==2.4.6
sseclient-py==1.8.0
stack-data==0.6.2
starlette==0.27.0
starlette==0.36.3
sympy==1.12
tenacity==8.2.2
thinc==8.1.10
Expand All @@ -257,7 +257,7 @@ typing_extensions==4.9.0
tzdata==2023.3
tzlocal==5.0.1
uc-micro-py==1.0.2
urllib3==1.26.16
urllib3==2.2.2
uvicorn==0.22.0
vbuild==0.8.2
wasabi==1.1.2
Expand All @@ -271,7 +271,7 @@ Werkzeug==3.0.1
win32-setctime==1.1.0
wincertstore==0.2
wsproto==1.2.0
xingchen==1.0.7
xingchen==1.1.5
yarl==1.9.4
zhipuai==1.0.7
zstandard==0.19.0
Expand Down

0 comments on commit ffde800

Please sign in to comment.