python3Packages.marimo: relax jedi bound (#523410)

This commit is contained in:
isabel 2026-05-24 10:55:23 +00:00 committed by GitHub
commit 5eeda83247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,8 @@ buildPythonPackage rec {
build-system = [ uv-build ];
pythonRelaxDeps = [ "jedi" ];
dependencies = [
click
docutils