Merge pull request #216727 from bcdarwin/unbreak-wandb

python310Packages.wandb: unbreak
This commit is contained in:
Samuel Ainsworth 2023-02-17 14:47:21 -05:00 committed by GitHub
commit 9d344df50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];