Skip to content

Commit 64e39c7

Browse files
committed
switch to version of prometheus-api-client that doesn't need matplotlib
1 parent e98bf08 commit 64e39c7

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

poetry.lock

Lines changed: 20 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python = ">=3.9,<3.14" # we pin to <3.14 because of pyinstaller requireme
2727
typer = { extras = ["all"], version = "^0.7.0" }
2828
pydantic = "^1.10.7"
2929
kubernetes = "^26.1.0"
30-
prometheus-api-client = "0.5.3"
30+
prometheus-api-client-optional-matplotlib = "0.6.0"
3131
numpy = ">=1.26.4,<1.27.0"
3232
alive-progress = "^3.1.2"
3333
prometrix = "0.2.1"

0 commit comments

Comments
 (0)