You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This hack causes #997, which doesn't have a clear/clean fix. Since we're moving forward with conda, which doesn't have this problem, I think we should remove the hack and acknowledge that when installing scikit-bio with pip/setup.py, numpy must be installed first.
Update README.rst pip install instructions to be:
pip install numpy
pip install scikit-bio
The text was updated successfully, but these errors were encountered:
This hack causes #997, which doesn't have a clear/clean fix. Since we're moving forward with conda, which doesn't have this problem, I think we should remove the hack and acknowledge that when installing scikit-bio with pip/setup.py, numpy must be installed first.
Update README.rst pip install instructions to be:
The text was updated successfully, but these errors were encountered: