Skip to content

Commit e1a8eaa

Browse files
authored
Update colorama to core dependency (#149)
Signed-off-by: Yuchen Zhang <yuchenz@nvidia.com>
1 parent eef6933 commit e1a8eaa

File tree

4 files changed

+23
-26
lines changed

4 files changed

+23
-26
lines changed

‎examples/multi_frameworks/pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dynamic = ["version"]
1111
dependencies = [
1212
"agentiq[llama-index,langchain]",
1313
"arxiv~=2.1.3",
14-
"colorama~=0.4.6",
1514
"markdown-it-py~=3.0",
1615
"nvidia-haystack==0.1.2",
1716
]

‎examples/plot_charts/pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ name = "aiq_plot_charts"
1010
dynamic = ["version"]
1111
dependencies = [
1212
"agentiq[langchain]",
13-
"colorama==0.4.6",
1413
"matplotlib==3.9.*",
1514
"seaborn==0.13.*",
1615
]

‎pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
"aioboto3>=11.0.0",
2222
"arize-phoenix~=6.1",
2323
"click~=8.1",
24+
"colorama~=0.4.6",
2425
"fastapi~=0.115.5",
2526
"httpx~=0.27",
2627
"jinja2~=3.1",

‎uv.lock

+22-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)