Commit 57d6668e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.streamlit: relax protobuf

parent 5ba249aa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -37,7 +37,10 @@ buildPythonPackage (finalAttrs: {

  build-system = [ setuptools ];

  pythonRelaxDeps = [ "packaging" ];
  pythonRelaxDeps = [
    "packaging"
    "protobuf"
  ];

  dependencies = [
    altair