Skip to content

Commit

Permalink
Updated ANTLR requirement to v4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Jul 30, 2024
1 parent e1b9371 commit 214a893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.22
pycryptodome>=3.15.0
python-dateutil>=2.8.2
antlr4-python3-runtime>=4.11
antlr4-python3-runtime>=4.13
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
numpy>=1.22
pycryptodome>=3.15.0
python-dateutil>=2.8.2
antlr4-python3-runtime>=4.11
antlr4-python3-runtime>=4.13

[options.packages.find]
where=src

0 comments on commit 214a893

Please sign in to comment.