mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
python310Packages.wandb: unbreak
Remove stale hard-coded `python310Packages.bokeh` version.
This commit is contained in:
parent
52aba652e3
commit
0d193e4616
@ -104,7 +104,7 @@ buildPythonPackage rec {
|
||||
# Set BOKEH_CDN_VERSION to stop bokeh throwing an exception in tests
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
export BOKEH_CDN_VERSION=3.0.3
|
||||
export BOKEH_CDN_VERSION=${bokeh.version}
|
||||
'';
|
||||
|
||||
pythonRelaxDeps = [ "protobuf" ];
|
||||
|
Loading…
Reference in New Issue
Block a user