mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.marimo: relax jedi bound (#523410)
This commit is contained in:
commit
5eeda83247
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ buildPythonPackage rec {
|
|||
|
||||
build-system = [ uv-build ];
|
||||
|
||||
pythonRelaxDeps = [ "jedi" ];
|
||||
|
||||
dependencies = [
|
||||
click
|
||||
docutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue