This commit is contained in:
Yunnglin
2025-11-05 16:38:52 +08:00
parent cd97e8277f
commit 6f963d0186
2 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
recursive-include modelscope/configs *.py *.cu *.h *.cpp
recursive-include modelscope/ops *.py *.cu *.h *.cpp
recursive-include modelscope/cli/template *.tpl
recursive-include modelscope/utils *.json

View File

@@ -10,13 +10,11 @@ authors = [
{email = "contact@modelscope.cn"}
]
keywords = ["python", "nlp", "science", "cv", "speech", "multi-modal"]
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = [
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',