diff --git a/glow.py b/glow/__init__.py similarity index 100% rename from glow.py rename to glow/__init__.py diff --git a/setup.py b/setup.py index 1758a6d..51b8fb6 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ requirements = [ "librosa==0.6.0", "scipy==1.3.0", "Unidecode==1.0.22", - "torch==1.1.0", + "torch @ https://download.pytorch.org/whl/cpu/torch-1.3.0%2Bcpu-cp37-cp37m-linux_x86_64.whl", "PyAudio==0.2.11" ]