mirror of
https://github.com/Refound-445/nonebot-plugin-nailongremove.git
synced 2025-11-04 21:22:43 +08:00
up
This commit is contained in:
parent
36a06db93a
commit
75153acbc5
@ -9,7 +9,7 @@ require("nonebot_plugin_uninfo")
|
|||||||
from . import handler as handler
|
from . import handler as handler
|
||||||
from .config import Config
|
from .config import Config
|
||||||
|
|
||||||
__version__ = "2.3.2.post1"
|
__version__ = "2.3.2.post2"
|
||||||
__plugin_meta__ = PluginMetadata(
|
__plugin_meta__ = PluginMetadata(
|
||||||
name="自动撤回奶龙",
|
name="自动撤回奶龙",
|
||||||
description="一个基于图像分类模型的简单插件~",
|
description="一个基于图像分类模型的简单插件~",
|
||||||
|
|||||||
1536
packages/nonebot-plugin-nailongremove-base/pdm.lock
generated
1536
packages/nonebot-plugin-nailongremove-base/pdm.lock
generated
File diff suppressed because it is too large
Load Diff
@ -21,8 +21,7 @@ dependencies = [
|
|||||||
"tqdm>=4.66.6",
|
"tqdm>=4.66.6",
|
||||||
"huggingface-hub>=0.26",
|
"huggingface-hub>=0.26",
|
||||||
"ultralytics>=8.3",
|
"ultralytics>=8.3",
|
||||||
"gradio_client>=1.4"
|
"gradio-client>=1.3.0",
|
||||||
|
|
||||||
]
|
]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -43,4 +42,4 @@ includes = []
|
|||||||
|
|
||||||
[tool.pdm.version]
|
[tool.pdm.version]
|
||||||
source = "file"
|
source = "file"
|
||||||
path = "nonebot_plugin_nailongremove/__init__.py"
|
path = "nonebot_plugin_nailongremove/__init__.py"
|
||||||
Loading…
Reference in New Issue
Block a user