Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove numpy/pandas dependencies in surround_cli #278

Open
luisfciencias opened this issue Jan 29, 2021 · 1 comment
Open

Remove numpy/pandas dependencies in surround_cli #278

luisfciencias opened this issue Jan 29, 2021 · 1 comment
Assignees

Comments

@luisfciencias
Copy link
Contributor

luisfciencias commented Jan 29, 2021

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 luisfciencias changed the title Remove numpy/pandas dependencies Remove numpy/pandas dependencies in surround_cli Jan 29, 2021
@luisfciencias luisfciencias changed the title Remove numpy/pandas dependencies in surround_cli Remove numpy/pandas dependencies in surround_cli Jan 29, 2021
@ucokzeko
Copy link
Member

ucokzeko commented Sep 2, 2021

We can't remove pandas and numpy because they are used in cli.py and visualise_classifier.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants