mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python3.pkgs.ax: add and move some build dependencies
This commit is contained in:
parent
92fceb3cc2
commit
6cd2ab27ce
@ -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 New Issue
Block a user