maum-ai / voicefilter

Unofficial PyTorch implementation of Google AI's VoiceFilter system
http://swpark.me/voicefilter
1.08k stars 227 forks source link

fix pytorch version to 1.0.1 #15

Closed stegben closed 5 years ago

stegben commented 5 years ago

It's 1.0.2 on pypi and 1.1.0 on the way.

p.s. It would be great if you plan to migrate from requirements.txt to pipenv for versioning. It would help you resolve version and lock them for you automatically.

seungwonpark commented 5 years ago

Looks good to me. I also agree on using pipenv will be better than requirements.txt.