python3Packages.streamlit: relax protobuf

This commit is contained in:
Gaetan Lepage
2026-03-20 21:27:28 +00:00
parent 5ba249aa10
commit 57d6668e06
@@ -37,7 +37,10 @@ buildPythonPackage (finalAttrs: {
build-system = [ setuptools ];
pythonRelaxDeps = [ "packaging" ];
pythonRelaxDeps = [
"packaging"
"protobuf"
];
dependencies = [
altair