Commit bbd4e516 authored by wangsen's avatar wangsen
Browse files

change readme.md and pyproject.toml

parent 57ba7fab
This diff is collapsed.
......@@ -48,13 +48,9 @@ test = [
]
vlm = [
"transformers>=4.51.1",
"torch>=2.6.0",
"accelerate>=1.5.1",
"pydantic",
]
sglang = [
"sglang[all]>=0.4.8,<0.4.9",
]
pipeline = [
"matplotlib>=3.10,<4",
"ultralytics>=8.3.48,<9",
......@@ -67,8 +63,6 @@ pipeline = [
"shapely>=2.0.7,<3",
"pyclipper>=1.3.0,<2",
"omegaconf>=2.3.0,<3",
"torch>=2.2.2,!=2.5.0,!=2.5.1,<3",
"torchvision",
"transformers>=4.49.0,!=4.51.0,<5.0.0",
]
api = [
......@@ -103,8 +97,6 @@ pipeline_old_linux = [
"omegaconf==2.3.0",
"albumentations==1.4.20",
"rapid_table==1.0.3",
"torch>=2.2.2,!=2.5.0,!=2.5.1,<3",
"torchvision",
"transformers>=4.49.0,!=4.51.0,<5.0.0",
]
......@@ -169,4 +161,4 @@ exclude_also = [
'if TYPE_CHECKING:',
'class .*\bProtocol\):',
'@(abc\.)?abstractmethod',
]
\ No newline at end of file
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment