-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
python3.pkgs.scikitlearn: 0.20.3 -> 0.21.2 #63591
Conversation
36bea16
to
7d43a86
Compare
In my basic testing, the bump to |
This fails on darwin (tested macos 10.13) due to lack of |
So you can build and test |
I can. Non-nixos linux x86_64. |
That is weird. Sandboxed? Can you double check that you're building from this PR (commit 7d43a86c2fbd739658b1b6af5414b34d8a347a47) and are building the python3 version? |
Sandboxed. Commit 7d43a86c2fbd739658b1b6af5414b34d8a347a47. Resultant package is |
As I say, it also passes on my macos 10.13 machine if I give it |
Splits scikitlearn into a python2 (0.20.x) and a python3 (>0.20) version.
Oh, I thought I had already pushed that. Now I have. |
7d43a86
to
7035680
Compare
Weird. I can also successfully build it on two different nixos machines. On the machine that fails, I do actually have |
Either way, since the build is currently broken anyway it can't make things worse. |
Let's see what ofBorg has to say. @GrahamcOfBorg build python2.pkgs.scikitlearn python3.pkgs.scikitlearn |
I assume it's the accuracy-related test failing for you? |
Yep |
Well as I said, at least it doesn't make it any worse and it does improve things for most people. |
Motivation for this change
Splits scikitlearn into a python2 (0.20.x) and a python3 (>0.20)
version.
Currently blocked by #63573.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)