From 0fece23c921d165974ca7f30385c2f873feceea4 Mon Sep 17 00:00:00 2001 From: Ligeng Zhu Date: Sun, 24 May 2020 15:07:23 -0400 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 61cbf80..7307372 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,10 @@ readme = open('README.md').read() -VERSION = '0.0.31' +VERSION = '0.0.4' requirements = [ - 'torch>=1.0.0', + 'torch', ] # import subprocess