Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 28 additions & 35 deletions atlas/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions atlas/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[project]
[workspace]
name = "atlas-integration-challenge"
version = "0.0.1"
description = "IRIS-HEP ATLAS integration challenge"
Expand All @@ -15,8 +15,8 @@ description = "Get started with the repository"
depends-on = ["lab"]

[dependencies]
notebook = ">=7.4.7,<8"
jupyterlab = ">=4.4.9,<5"
notebook = ">=7.5.0,<8"
jupyterlab = ">=4.5.0,<5"
mplhep = ">=0.4.1,<0.5"
xrootd = ">=5.8.4,<6"
fsspec-xrootd = ">=0.5.1,<0.6"
Expand Down
61 changes: 30 additions & 31 deletions cms/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cms/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ipywidgets = ">=8.1.7,<9"
nbstripout = ">=0.8.1,<0.9"

[feature.lab.dependencies]
notebook = ">=7.4.5,<8"
jupyterlab = ">=4.4.5,<5"
notebook = ">=7.5.0,<8"
jupyterlab = ">=4.5.0,<5"

[feature.lab.tasks.lab]
description = "Start a JupyterLab instance"
Expand Down