qkeras
qkeras copied to clipboard
`pyparser` vs `pyparsing`
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:
-
pyparser
: Code: https://keep.imfreedom.org/grim/pyparser, PyPI: https://pypi.org/project/pyparser/ -
pyparsing
: Code: https://github.com/pyparsing/pyparsing, PyPI: https://pypi.org/project/pyparsing/