surround icon indicating copy to clipboard operation
surround copied to clipboard

Remove numpy/pandas dependencies in surround_cli

Open luisfciencias opened this issue 4 years ago • 1 comments

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?

luisfciencias avatar Jan 29 '21 04:01 luisfciencias