dialogflow / dialogflow-python-client

Python library for Dialogflow
Apache License 2.0
557 stars 195 forks source link

Remove numpy references from code #65

Open allentv opened 5 years ago

allentv commented 5 years ago

I would like to take a stab at replacing the numpy references in code with the corresponding pure python equivalent so that the code is pure python and has a smaller installation footprint. Would this be something of interest?