Merge pull request #247260 from tjni/ax

python3.pkgs.ax: add and move some build dependencies
This commit is contained in:
Weijia Wang 2023-08-05 23:49:08 +02:00 committed by GitHub
commit 1c72dc94b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
];