python311Packages.holoviews: fix build
This commit is contained in:
parent
d0306536db
commit
35b2e45ab3
@ -1,34 +1,36 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
bokeh,
|
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
colorcet,
|
colorcet,
|
||||||
fetchPypi,
|
fetchPypi,
|
||||||
ipython,
|
hatch-vcs,
|
||||||
matplotlib,
|
hatchling,
|
||||||
notebook,
|
|
||||||
numpy,
|
numpy,
|
||||||
pandas,
|
pandas,
|
||||||
panel,
|
panel,
|
||||||
param,
|
param,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
pyviz-comms,
|
pyviz-comms,
|
||||||
scipy,
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "holoviews";
|
pname = "holoviews";
|
||||||
version = "1.19.0";
|
version = "1.19.0";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-yrFSL3WptGN3+TZLZ1vv15gS4iAFlxRHCljiFHXVMbo=";
|
hash = "sha256-yrFSL3WptGN3+TZLZ1vv15gS4iAFlxRHCljiFHXVMbo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
build-system = [
|
||||||
|
hatch-vcs
|
||||||
|
hatchling
|
||||||
|
];
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
colorcet
|
colorcet
|
||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
|
Loading…
Reference in New Issue
Block a user