Skip to content

Commit

Permalink
chore: add pyaml to dependencies to fix github build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Jul 21, 2024
1 parent 021d2df commit 69bf991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies = [
"hypersync>=0.7.8",
"git-changelog>=2.5.2",
"bump2version>=1.0.1",
"pyyaml>=6.0.1",
]
readme = "README.md"
requires-python = ">= 3.12"
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pyviz-comms==3.0.2
# via panel
pyyaml==6.0.1
# via bokeh
# via mev-commit-sdk-py
requests==2.32.3
# via panel
semver==3.0.2
Expand Down
1 change: 1 addition & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pyviz-comms==3.0.2
# via panel
pyyaml==6.0.1
# via bokeh
# via mev-commit-sdk-py
requests==2.32.3
# via panel
semver==3.0.2
Expand Down

0 comments on commit 69bf991

Please sign in to comment.