From 214a893373d5b7c3577865bdc5c3bf4f5528b805 Mon Sep 17 00:00:00 2001 From: "J. Ritchie Carroll" Date: Tue, 30 Jul 2024 13:34:55 -0500 Subject: [PATCH] Updated ANTLR requirement to v4.13 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0b0e3d7..831d1c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy>=1.22 pycryptodome>=3.15.0 python-dateutil>=2.8.2 -antlr4-python3-runtime>=4.11 \ No newline at end of file +antlr4-python3-runtime>=4.13 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index fc18e9c..1a0e3fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 \ No newline at end of file