python3.pkgs.ax: add and move some build dependencies

This commit is contained in:
Theodore Ni 2023-07-29 01:10:23 -07:00
parent 92fceb3cc2
commit 6cd2ab27ce
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -6,8 +6,10 @@
, jinja2
, pandas
, plotly
, setuptools
, setuptools-scm
, typeguard
, wheel
, hypothesis
, mercurial
, pyfakefs
@ -27,13 +29,18 @@ buildPythonPackage rec {
hash = "sha256-1KLLjeUktXvIDOlTQzMmpbL/On8PTxZQ44Qi4BT3nPk=";
};
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [
botorch
ipywidgets
jinja2
pandas
plotly
setuptools-scm
typeguard
];