Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid infinite recursion because of keras definition
Works around nix-community/poetry2nix#750 > infinite recursion encountered The issue, as pointed out in DavHau/mach-nix#470 (comment), is that nixpkgs defines ``` Keras = keras; ``` https://github.com/NixOS/nixpkgs/blob/fbb042bc87bc92fc5296b8b151e36970dd996c64/pkgs/top-level/python-aliases.nix poetry2nix must (somewhere) set `keras` to depend on `Keras` meaning infinite recursion. The fix is based on the code in nix-community/poetry2nix#750 (comment)
- Loading branch information