Skip to content

Commit

Permalink
add PyYAML instead of yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjoonjung-PNNL committed Aug 14, 2023
1 parent 9a5ebc0 commit d22a3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ fuzzywuzzy
scikit-learn
scipy
tqdm
uuid
uuid
PyYAML
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"fuzzywuzzy",
"tqdm",
"scikit-learn",
"PyYAML",
],
)

0 comments on commit d22a3ad

Please sign in to comment.