google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
533 stars 102 forks source link

`pyparser` vs `pyparsing` #109

Open jmduarte opened 1 year ago

jmduarte commented 1 year ago

I see you have both pyparser and pyparsing in your requirements.txt. However, only pyparser is in the setup.py as a dependency. Moreover, I only see a use of the pyparsing library in the code.

It seems to me that only pyparsing should be in the requirements.txt and in setup.py as a dependency. What do you all think?

For reference: