Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,12 @@ llslibdev = [
# $ uv run llama stack list-providers
#
# API agents: inline::meta-reference
"matplotlib>=3.10.0",
"pillow>=11.1.0",
"pandas>=2.2.3",
"scikit-learn>=1.5.2",
"psycopg2-binary>=2.9.10",
# commented out because they are not used in the project
# "matplotlib>=3.10.0",
# "pillow>=11.1.0",
# "pandas>=2.2.3",
# "scikit-learn>=1.5.2",
# "psycopg2-binary>=2.9.10",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah this one is leftover, as we already need psycopg2-binary for other part of lcore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, psycopg2 is already in the main dependency list, this removal has no effect.

# API eval: inline::meta-reference
"tree_sitter>=0.24.0",
"pythainlp>=3.0.10",
Expand Down
Loading
Loading