Skip to content

Commit 6f6dd7b

Browse files
committed
deps: add missing colorlog and PyYAML to requirements.txt
Both packages are imported unconditionally in core/common/ but were absent from requirements.txt, causing ModuleNotFoundError on fresh installs. Also sorts entries alphabetically for consistency. Signed-off-by: AswaniSahoo <aswanisahoo1012@gmail.com>
1 parent bd88857 commit 6f6dd7b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
prettytable~=2.5.0 # BSD
2-
scikit-learn
1+
colorlog
2+
matplotlib
33
numpy
4+
onnx
45
pandas
5-
tqdm
6-
matplotlib
7-
onnx
6+
prettytable~=2.5.0 # BSD
7+
PyYAML
8+
scikit-learn
9+
tqdm

0 commit comments

Comments
 (0)