From cd8e5fbe7252848efa81f368c0478b05039df410 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath <1437573+sampathweb@users.noreply.github.com> Date: Wed, 3 May 2023 16:06:06 -0500 Subject: [PATCH] replace absl with absl-py (#82) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b20472949..03f1736809 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ flake8 isort pytest pandas -absl \ No newline at end of file +absl-py \ No newline at end of file