python3Packages.optax: 0.2.4 -> 0.2.5
Diff: https://github.com/deepmind/optax/compare/refs/tags/v0.2.4...refs/tags/v0.2.5 Changelog: https://github.com/deepmind/optax/releases/tag/v0.2.5
This commit is contained in:
parent
f824d91fdf
commit
988601eb6f
@ -12,7 +12,6 @@
|
||||
jax,
|
||||
jaxlib,
|
||||
numpy,
|
||||
etils,
|
||||
|
||||
# tests
|
||||
callPackage,
|
||||
@ -20,14 +19,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "optax";
|
||||
version = "0.2.4";
|
||||
version = "0.2.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deepmind";
|
||||
repo = "optax";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-7UPWeo/Q9/tjewaM7HN8/e7U1U1QzAliuk95+9GOi0E=";
|
||||
hash = "sha256-EGQeRYSxHdENqB3QPZFsjqwh4LYT5CF8E1K3fKFedPg=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@ -40,11 +39,10 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
absl-py
|
||||
chex
|
||||
etils
|
||||
jax
|
||||
jaxlib
|
||||
numpy
|
||||
] ++ etils.optional-dependencies.epy;
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir $testsout
|
||||
|
Loading…
x
Reference in New Issue
Block a user