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'],