Skip to content

Commit fcdf6fe

Browse files
committed
remove dependency of API agents: inline::meta-reference
Signed-off-by: Haoyu Sun <hasun@redhat.com>
1 parent b24cdaf commit fcdf6fe

4 files changed

Lines changed: 12 additions & 806 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,12 @@ llslibdev = [
129129
# $ uv run llama stack list-providers
130130
#
131131
# API agents: inline::meta-reference
132-
"matplotlib>=3.10.0",
133-
"pillow>=11.1.0",
134-
"pandas>=2.2.3",
135-
"scikit-learn>=1.5.2",
136-
"psycopg2-binary>=2.9.10",
132+
# commented out because they are not used in the project
133+
# "matplotlib>=3.10.0",
134+
# "pillow>=11.1.0",
135+
# "pandas>=2.2.3",
136+
# "scikit-learn>=1.5.2",
137+
# "psycopg2-binary>=2.9.10",
137138
# API eval: inline::meta-reference
138139
"tree_sitter>=0.24.0",
139140
"pythainlp>=3.0.10",

0 commit comments

Comments
 (0)