Merge remote-tracking branch 'origin/main'

This commit is contained in:
kithib 2024-04-19 18:17:58 +08:00
parent d0e898dcfa
commit 1b1c881490
2 changed files with 4 additions and 1 deletions

View file

@ -72,3 +72,4 @@ rank-bm25==0.2.2 # for tool recommendation
jieba==0.42.1 # for tool recommendation
gymnasium==0.29.1
timm

View file

@ -45,7 +45,6 @@ extras_require = {
"android_assistant": [
"pyshine==0.0.9",
"opencv-python==4.6.0.66",
"git+https://github.com/openai/CLIP.git",
"protobuf<3.20,>=3.9.2",
"modelscope",
"tensorflow==2.9.1; os_name == 'linux'",
@ -114,4 +113,7 @@ setup(
],
},
include_package_data=True,
dependency_links=[
'git+https://github.com/openai/CLIP.git',
],
)