Skip to content

Commit

Permalink
Merge pull request NixOS#249146 from natsukium/jmp/update
Browse files Browse the repository at this point in the history
python310Packages.jmp: unstable-2021-10-03 -> 0.0.4
  • Loading branch information
tjni authored Aug 17, 2023
2 parents f606e48 + ff94bb4 commit ebcaf19
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/python-modules/jmp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@

buildPythonPackage rec {
pname = "jmp";
# As of 2022-01-01, the latest stable version (0.0.2) fails tests with recent JAX versions,
# IIUC it's fixed in https://github.com/deepmind/jmp/commit/4969392f618d7733b265677143d8c81e44085867
version = "unstable-2021-10-03";
version = "0.0.4";

src = fetchFromGitHub {
owner = "deepmind";
repo = pname;
rev = "260e5ba01f46b10c579a61393e6c7e546aeae93e";
hash = "sha256-BTHy/jNf6LeV+x3GTI9MDBWLK6A5z2Z1TQyBkHMTeuE=";
rev = "refs/tags/v${version}";
hash = "sha256-+PefZU1209vvf1SfF8DXiTvKYEnZ4y8iiIr8yKikx9Y=";
};

# Wheel requires only `numpy`, but the import needs `jax`.
Expand Down

0 comments on commit ebcaf19

Please sign in to comment.