summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/flax/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/flax/default.nix')
-rw-r--r--pkgs/development/python-modules/flax/default.nix51
1 files changed, 25 insertions, 26 deletions
diff --git a/pkgs/development/python-modules/flax/default.nix b/pkgs/development/python-modules/flax/default.nix
index 6afe4ef9a2f3..8d860b56886f 100644
--- a/pkgs/development/python-modules/flax/default.nix
+++ b/pkgs/development/python-modules/flax/default.nix
@@ -1,26 +1,27 @@
-{ lib
-, buildPythonPackage
-, cloudpickle
-, einops
-, fetchFromGitHub
-, jax
-, jaxlib
-, keras
-, matplotlib
-, msgpack
-, numpy
-, optax
-, orbax-checkpoint
-, pytest-xdist
-, pytestCheckHook
-, pythonOlder
-, pythonRelaxDepsHook
-, pyyaml
-, rich
-, setuptools-scm
-, tensorflow
-, tensorstore
-, typing-extensions
+{
+ lib,
+ buildPythonPackage,
+ cloudpickle,
+ einops,
+ fetchFromGitHub,
+ jax,
+ jaxlib,
+ keras,
+ matplotlib,
+ msgpack,
+ numpy,
+ optax,
+ orbax-checkpoint,
+ pytest-xdist,
+ pytestCheckHook,
+ pythonOlder,
+ pythonRelaxDepsHook,
+ pyyaml,
+ rich,
+ setuptools-scm,
+ tensorflow,
+ tensorstore,
+ typing-extensions,
}:
buildPythonPackage rec {
@@ -59,9 +60,7 @@ buildPythonPackage rec {
all = [ matplotlib ];
};
- pythonImportsCheck = [
- "flax"
- ];
+ pythonImportsCheck = [ "flax" ];
nativeCheckInputs = [
cloudpickle