Skip to content

Commit

Permalink
deps(exporter): loosen nvitop version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jan 8, 2025
1 parent 0e2160e commit df301df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nvitop-exporter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ classifiers = [
]
dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvitop == 1.4.0",
"nvitop ~= 1.4.0",
"prometheus-client >= 0.4.0",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion nvitop-exporter/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nvitop
nvitop ~= 1.4.0
prometheus-client >= 0.4.0

0 comments on commit df301df

Please sign in to comment.