diff --git a/flake.lock b/flake.lock index 0bd6b18..8e59543 100644 --- a/flake.lock +++ b/flake.lock @@ -66,11 +66,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1702365004, - "narHash": "sha256-IRFvmyP1uk1hchRVxaXTqu6YoZCvMM/NVtUf2hD2Tag=", + "lastModified": 1705060653, + "narHash": "sha256-puYyylgrBS4AFAHeyVRTjTUVD8DZdecJfymWJe7H438=", "owner": "nix-community", "repo": "poetry2nix", - "rev": "c12ac880114d52a3cad5fa02b00f2e2090e89982", + "rev": "e0b44e9e2d3aa855d1dd77b06f067cd0e0c3860d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index fc52138..b02cb68 100644 --- a/flake.nix +++ b/flake.nix @@ -32,10 +32,6 @@ old: { buildInputs = (old.buildInputs or [ ]) ++ [ super.poetry-core ]; }); - scipy = super.scipy.override { - # fail to build - preferWheel = true; - }; flake8-black = super.flake8-black.overridePythonAttrs ( # ModuleNotFoundError: No module named 'setuptools' old: {