Skip to content

Commit

Permalink
Bump roman to 5.0 (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca authored Jan 16, 2025
1 parent d5dddd6 commit 3a9d7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abjad/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def from_roman(string: str) -> int:
>>> abjad.string.from_roman('Allegro')
Traceback (most recent call last):
...
roman.InvalidRomanNumeralError: Invalid Roman numeral: Allegro
roman.InvalidRomanNumeralError...
"""
if is_roman(string):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_abjad_version():

install_requires = [
"ply>=3.11",
"roman>=4.2",
"roman>=5.0",
"uqbar>=0.7.4",
]

Expand Down

0 comments on commit 3a9d7b1

Please sign in to comment.