From d0a5f9d87f6b3cf57b849d8fb8481905b5930bd4 Mon Sep 17 00:00:00 2001 From: lhenry15 Date: Mon, 23 May 2022 18:26:29 -0500 Subject: [PATCH] fix regex and dateparser problem that disabling the pipeline parser --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d29791..6e9b50c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( ] }, install_requires=[ - 'tamu_d3m==2022.01.21', + 'tamu_d3m==2022.05.23', 'tamu_axolotl', 'numpy<=1.21.2', 'combo',