Loading pkgs/development/python-modules/ax/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,11 +2,13 @@ lib, buildPythonPackage, fetchFromGitHub, ax, botorch, ipywidgets, jinja2, pandas, plotly, python, setuptools, setuptools-scm, typeguard, Loading Loading @@ -79,6 +81,11 @@ buildPythonPackage rec { ]; pythonImportsCheck = [ "ax" ]; # Many portions of the test suite fail under Python 3.12 doCheck = lib.versions.majorMinor python.version != "3.12"; passthru.tests.check = ax.overridePythonAttrs { doCheck = true; }; meta = with lib; { description = "Ax is an accessible, general-purpose platform for understanding, managing, deploying, and automating adaptive experiments"; homepage = "https://ax.dev/"; Loading Loading
pkgs/development/python-modules/ax/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,11 +2,13 @@ lib, buildPythonPackage, fetchFromGitHub, ax, botorch, ipywidgets, jinja2, pandas, plotly, python, setuptools, setuptools-scm, typeguard, Loading Loading @@ -79,6 +81,11 @@ buildPythonPackage rec { ]; pythonImportsCheck = [ "ax" ]; # Many portions of the test suite fail under Python 3.12 doCheck = lib.versions.majorMinor python.version != "3.12"; passthru.tests.check = ax.overridePythonAttrs { doCheck = true; }; meta = with lib; { description = "Ax is an accessible, general-purpose platform for understanding, managing, deploying, and automating adaptive experiments"; homepage = "https://ax.dev/"; Loading