For surround_cli, is it really necessary to have the following entries in requirements.txt:
numpy==1.17.3
pandas==0.25.2?
The simple call to pip install surround_cli gets complicated:
ERROR: Failed cleaning build dir for numpy
and also taking too long for the setup.py execution.
As in the pure surround python module, is it possible to simplify the requirements file?
For
surround_cli, is it really necessary to have the following entries inrequirements.txt:numpy==1.17.3pandas==0.25.2?The simple call to
pip install surround_cligets complicated:ERROR: Failed cleaning build dir for numpyand also taking too long for the
setup.pyexecution.As in the pure
surroundpython module, is it possible to simplify therequirementsfile?