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 = [ ...@@ -48,13 +48,9 @@ test = [
] ]
vlm = [ vlm = [
"transformers>=4.51.1", "transformers>=4.51.1",
"torch>=2.6.0",
"accelerate>=1.5.1", "accelerate>=1.5.1",
"pydantic", "pydantic",
] ]
sglang = [
"sglang[all]>=0.4.8,<0.4.9",
]
pipeline = [ pipeline = [
"matplotlib>=3.10,<4", "matplotlib>=3.10,<4",
"ultralytics>=8.3.48,<9", "ultralytics>=8.3.48,<9",
...@@ -67,8 +63,6 @@ pipeline = [ ...@@ -67,8 +63,6 @@ pipeline = [
"shapely>=2.0.7,<3", "shapely>=2.0.7,<3",
"pyclipper>=1.3.0,<2", "pyclipper>=1.3.0,<2",
"omegaconf>=2.3.0,<3", "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", "transformers>=4.49.0,!=4.51.0,<5.0.0",
] ]
api = [ api = [
...@@ -103,8 +97,6 @@ pipeline_old_linux = [ ...@@ -103,8 +97,6 @@ pipeline_old_linux = [
"omegaconf==2.3.0", "omegaconf==2.3.0",
"albumentations==1.4.20", "albumentations==1.4.20",
"rapid_table==1.0.3", "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", "transformers>=4.49.0,!=4.51.0,<5.0.0",
] ]
...@@ -169,4 +161,4 @@ exclude_also = [ ...@@ -169,4 +161,4 @@ exclude_also = [
'if TYPE_CHECKING:', 'if TYPE_CHECKING:',
'class .*\bProtocol\):', 'class .*\bProtocol\):',
'@(abc\.)?abstractmethod', '@(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