Merge pull request #247260 from tjni/ax
python3.pkgs.ax: add and move some build dependencies
This commit is contained in:
commit
1c72dc94b4
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue