Skip to content

Commit

Permalink
Fix PyYAML not installing properly?
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmervdl committed Oct 27, 2023
1 parent 82ba815 commit 9133e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering"
]
dependencies = [
"PyYAML==6.0",
"PyYAML>=6.0.1",
"sacremoses==0.0.53",
"sentencepiece==0.1.99",
"typo==0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyYAML==6.0
PyYAML>=6.0.1
sacremoses==0.0.53
typo==0.1.5

0 comments on commit 9133e15

Please sign in to comment.