From b03ff91e8017c513f751ce656527988ff85f353a Mon Sep 17 00:00:00 2001 From: Luke Friedrichs Date: Wed, 4 Dec 2024 16:40:13 +0100 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9fc11eb..2004d09 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,7 @@ "httpx>=0.27.2", "uvicorn>=0.32.1", "dicee>=0.1.4", - "ontolearn>=0.8.1", - ], + "ontolearn>=0.8.1"], author='Caglar Demir', author_email='caglardemir8@gmail.com', url='https://github.com/dice-group/owlapy',