Skip to content

Commit

Permalink
DX: switch to pyproject-local-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 23, 2024
1 parent dd7fa5e commit 2fe69f9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 561 deletions.
1 change: 1 addition & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pixi clean cache --yes

uv export \
--extra jupyter \
--extra notebooks \
> requirements.txt
uv pip install \
--requirement requirements.txt \
Expand Down
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ requires = [

[project]
authors = [{name = "Common Partial Wave Analysis", email = "[email protected]"}]
dependencies = [
"graphviz",
"ipympl",
"matplotlib <3.9.0", # https://github.com/ComPWA/report/actions/runs/11126901008/job/30917935221?pr=1
"numpy==1.*",
]
description = "Source code for the ComPWA Organization pages"
dynamic = ["version"]
license = {file = "LICENSE"}
Expand All @@ -29,6 +23,7 @@ dev = [
"sphinx-autobuild",
]
doc = [
"compwa-report[notebooks]",
"myst-nb",
"sphinx",
"sphinx-api-relink",
Expand All @@ -45,6 +40,7 @@ doc = [
"sphinxcontrib-bibtex >=2",
]
jupyter = [
"compwa-report[notebooks]",
"jupyterlab",
"jupyterlab-code-formatter >=3.0.0",
"jupyterlab-git",
Expand All @@ -53,14 +49,17 @@ jupyter = [
"python-lsp-ruff",
"python-lsp-server[rope]",
]
notebooks = [
"pyproject-local-kernel",
]
sty = [
"attrs",
"compwa-report[types]",
"nbformat",
"ruff",
]
test = [
"jupyter",
"compwa-report[notebooks]",
"nbmake",
]
types = [
Expand Down
Loading

0 comments on commit 2fe69f9

Please sign in to comment.