-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add scikit-learn recipe #16
base: main
Are you sure you want to change the base?
Conversation
Thanks for the contribution - but I'm unclear how you're getting this to build. It lists |
Manually downloaded scikit_learn-1.3.1-cp311-cp311-ios_12_0_iphoneos_arm64.whl |
I'm not sure how that's an answer to my question. Scikit-learn is dependent on scipy. If there isn't a scipy recipe, how are you getting a whl file for Scikit-learn? If that's a typo an you meant to say a scipy wheel... where are you getting that wheel from? |
I downloaded scipy-1.11.3-cp312-cp312-macosx_12_0_arm64.whl and copy to mobile-forge/dist/ directory |
That can't possibly work. The requirement that is specified is for a host install, so the install will be enforcing iPhone wheel tags (so - ios_12_0_iphonesimulator_arm64, etc). And, in my testing, that's exactly what happens.
|
Yes, For iphonesimulator it won't work. |
Yeah - but it won't work for iphoneos either. If it won't work for iphonesimulator, and it won't work for iphoneos... in what conditions will it work? |
Add scikit-learn recipe with version 1.3.1
PR Checklist: