From 7d03ff37100607fd71506409013c23e5f33f90e5 Mon Sep 17 00:00:00 2001 From: "S.P. Mohanty" <spmohanty91@gmail.com> Date: Wed, 10 Jun 2020 17:58:18 +0200 Subject: [PATCH] Constraint importlib-resources dependency --- requirements_dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 86cfb869..91c1597f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -16,7 +16,8 @@ pyarrow>=0.13.0 pandas>=0.25.1 importlib-metadata>=0.17 importlib-resources>=1.0.1,<2 +>>>>>>> Constraint importlib-resources dependency six>=1.12.0 timeout-decorator>=0.4.1 attrs -gym==0.14.0 \ No newline at end of file +gym==0.14.0 -- GitLab