ludlows / PESQ

PESQ (Perceptual Evaluation of Speech Quality) Wrapper for Python Users (narrow band and wide band)
https://github.com/ludlows/PESQ
MIT License
518 stars 97 forks source link

setup.py requires cython/numpy #10

Closed scarecrow1123 closed 4 years ago

scarecrow1123 commented 4 years ago

It would be great if installing this package installs the requirements automatically, without having to install cython/numpy manually.

ludlows commented 4 years ago

hi @scarecrow1123 , thanks for your contribution. have you tested the modified code on linux and windows platforms?

scarecrow1123 commented 4 years ago

This was tested in Ubuntu 19.10 and it works fine. I'm afraid I wouldn't be able to test it on a Windows machine. Thanks!

schmiph2 commented 4 years ago

@ludlows are you considering to merge the PR of @scarecrow1123 #9 ? would be great!