From 7d498f168d80e070780a66fe3805855bb99ee11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Flores=20Garc=C3=ADa?= <55194054+hugofloresgarcia@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:31:18 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f3d1f5..c349cdc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ author_email='hf01049@georgiasouthern.edu', url='https://github.com/hugofloresgarcia/audacitorch', install_requires=[ - 'torch==1.9.0', + 'torch', 'jsonschema' ], packages=['audacitorch'],