python3Packages.ax-platform: 1.2.4 -> 1.3.1
Diff: https://github.com/facebook/ax/compare/1.2.4...1.3.1 Changelog: https://github.com/facebook/Ax/releases/tag/1.3.1
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
sympy,
|
||||
|
||||
# tests
|
||||
jax,
|
||||
numpyro,
|
||||
pyfakefs,
|
||||
pytestCheckHook,
|
||||
sqlalchemy,
|
||||
@@ -30,14 +32,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "ax-platform";
|
||||
version = "1.2.4";
|
||||
version = "1.3.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "facebook";
|
||||
repo = "ax";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-ZeYoLOPF2D1bk89V5/WO/v0UCtDisbAOOL/Su9sB2Fg=";
|
||||
hash = "sha256-8Q/p74rzMAciNUjaTJtf6duslc3TXT7MIjcHt2sffqI=";
|
||||
};
|
||||
|
||||
env.ALLOW_BOTORCH_LATEST = "1";
|
||||
@@ -63,6 +66,8 @@ buildPythonPackage (finalAttrs: {
|
||||
++ botorch.optional-dependencies.pymoo;
|
||||
|
||||
nativeCheckInputs = [
|
||||
jax
|
||||
numpyro
|
||||
pyfakefs
|
||||
pytestCheckHook
|
||||
sqlalchemy
|
||||
|
||||
Reference in New Issue
Block a user