Skip to content

Commit

Permalink
Merge pull request #199609 from Homebrew/jupyterlab-update-build
Browse files Browse the repository at this point in the history
jupyterlab: add ninja build dep for ipykernel
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents 42480fe + 3e4da00 commit 7599378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/j/jupyterlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Jupyterlab < Formula
end

depends_on "cmake" => :build # for ipykernel
depends_on "ninja" => :build # for ipykernel
depends_on "rust" => :build # for rpds-py
depends_on "certifi"
depends_on "libyaml"
Expand Down

0 comments on commit 7599378

Please sign in to comment.