Skip to content

Commit

Permalink
Specify versions for rano monitor dependencies (#594)
Browse files Browse the repository at this point in the history
* Specify dependencies versions

* Remove dependency typo

* Increase rano-monitor version
  • Loading branch information
aristizabal95 committed Jun 7, 2024
1 parent 9bb807b commit 1a9483d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions scripts/monitor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas
textual
pyperclip
PyYAML
pandas==2.1.0
textual==0.46.0
pyperclip==1.8.2
PyYAML==6.0.1
2 changes: 1 addition & 1 deletion scripts/monitor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="rano-monitor",
version="0.0.0",
version="0.0.1",
description="TUI for monitoring medperf datasets",
url="https://github.com/mlcommons/medperf",
author="MLCommons",
Expand Down

0 comments on commit 1a9483d

Please sign in to comment.