From 27efe0706b6d075d2b14f0230a7b06b8fddc75c5 Mon Sep 17 00:00:00 2001 From: Caglar Demir Date: Mon, 16 Sep 2024 17:25:02 +0200 Subject: [PATCH] tqdm is included --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bcd025..9170c15 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ "pytest>=8.1.1", "sortedcontainers>=2.4.0", "owlready2>=0.40", - "JPype1>=1.5.0"], + "JPype1>=1.5.0", + "tqdm>=4.66.5"], author='Caglar Demir', author_email='caglardemir8@gmail.com', url='https://github.com/dice-group/owlapy',