mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
python311Packages.correctionlib: fix build
This commit is contained in:
parent
daafb1238d
commit
9c16437186
@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
, fsspec
|
||||
, stdenv
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
@ -10,7 +11,6 @@
|
||||
, numpy
|
||||
, packaging
|
||||
, typing-extensions
|
||||
, fsspec
|
||||
, jax
|
||||
, jaxlib
|
||||
, numba
|
||||
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
awkward-cpp
|
||||
fsspec
|
||||
importlib-metadata
|
||||
numpy
|
||||
packaging
|
||||
|
@ -7,6 +7,7 @@
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, wheel
|
||||
, packaging
|
||||
, pybind11
|
||||
, pydantic
|
||||
, rich
|
||||
@ -28,11 +29,9 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
numpy
|
||||
scikit-build
|
||||
setuptools
|
||||
setuptools-scm
|
||||
wheel
|
||||
pybind11
|
||||
];
|
||||
|
||||
@ -41,6 +40,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
packaging
|
||||
pydantic
|
||||
rich
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user