python3Packages.wandb: relax protobuf dependency
Supports protobuf 7.
This commit is contained in:
@@ -191,6 +191,11 @@ buildPythonPackage (finalAttrs: {
|
||||
hatchling
|
||||
];
|
||||
|
||||
# Protobuf 7 is not compatible with the current version of wandb
|
||||
pythonRelaxDeps = [
|
||||
"protobuf"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
click
|
||||
gitpython
|
||||
|
||||
Reference in New Issue
Block a user