From ef53816c4861a92c7623a94d2c473fc91fcf8e5b Mon Sep 17 00:00:00 2001 From: Roman Joeres Date: Mon, 14 Oct 2024 22:32:51 +0200 Subject: [PATCH] Version update for ANTLR runtime --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a786cac..a8156e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ python = ">=3.7,<4.0" numpy = "^1.21.4" rdkit-pypi = ">=2021.9.2" -antlr4-python3-runtime = "==4.9.3" +antlr4-python3-runtime = "==4.13.1" networkx = ">=2.6.3" pydot = "^1.4.2" joblib = "^1.2.0"