python311Packages.correctionlib: fix build

This commit is contained in:
Patka
2024-02-11 21:35:37 +01:00
parent daafb1238d
commit 9c16437186
2 changed files with 5 additions and 3 deletions
@@ -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
];