Skip to content

Commit

Permalink
Merge pull request #230180 from kevinmehall/jupyter-py39
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Nov 10, 2023
2 parents 014a135 + 421d6da commit 2e6aa8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/jupyter-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
, traitlets
, isPyPy
, py
, pythonOlder
, importlib-metadata
}:

buildPythonPackage rec {
Expand All @@ -35,6 +37,8 @@ buildPythonPackage rec {
pyzmq
tornado
traitlets
] ++ lib.optionals (pythonOlder "3.10") [
importlib-metadata
] ++ lib.optional isPyPy py;

# Circular dependency with ipykernel
Expand Down

0 comments on commit 2e6aa8f

Please sign in to comment.