summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-03-05 19:59:04 +0200
committerGitHub <noreply@github.com>2023-03-05 19:59:04 +0200
commitcb351f064e8cc7e4f402bc394913a95e01b075dd (patch)
tree407b2b182a4215f997ecd4007df3cf7c7c5ca86c
parent032df61bacd35d470120043145ddc98b31ded149 (diff)
parente2019d196bb8b3ed18cf5d06644390f9e09c2945 (diff)
downloadnixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.tar
nixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.tar.gz
nixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.tar.bz2
nixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.tar.lz
nixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.tar.xz
nixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.tar.zst
nixpkgs-cb351f064e8cc7e4f402bc394913a95e01b075dd.zip
Merge pull request #219717 from Artturin/fixeval1
-rw-r--r--pkgs/development/python-modules/jaxopt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jaxopt/default.nix b/pkgs/development/python-modules/jaxopt/default.nix
index 09a1ff66f26..b89d08b16da 100644
--- a/pkgs/development/python-modules/jaxopt/default.nix
+++ b/pkgs/development/python-modules/jaxopt/default.nix
@@ -11,7 +11,7 @@
 , numpy
 , optax
 , scipy
-, scikitlearn
+, scikit-learn
 }:
 
 buildPythonPackage rec {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
     pytestCheckHook
     cvxpy
     optax
-    scikitlearn
+    scikit-learn
   ];
 
   pythonImportsCheck = [