-
Notifications
You must be signed in to change notification settings - Fork 70
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
Numpy requirement in setup.py #165
Comments
Cannot add deps first? https://github.com/codecov/example-python/actions/runs/2456178653/workflow |
Thanks for your reply! We tried to modify
We are confused since |
This issue is keeping us from being able to use somoclu. We are not able to install numpy first (Databricks Model Serving). @yanzastro Did you perhaps find a solution? |
As I see it the issue could be avoided if wheels were uploaded of
I.e. numpy is explicitly added to the required packages for building. I have not tested these changes but something similar should work. |
I'm trying to use
somoclu
in a project. When I make a PR of my project to a github repo, it failed the codecov test and the readthedoc build because to install somoclu I need numpy in the first place (as there is a lineimport numpy
in thesetup.py
file of somoclu)This is not a problem of
somoclu
itself, but that codecov and Read the Docs do not have numpy. I'm wondering if any small modification could be made to handle this problem? Thanks in advance!The text was updated successfully, but these errors were encountered: