Skip to content

Commit

Permalink
FIX: add COMAP-V link (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 19, 2024
1 parent c9707cc commit 06d997c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.2.0
rev: 0.2.2
hooks:
- id: check-dev-files
args:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A collection of Jupyter notebooks that demonstrate features of the [ComPWA](http

## Presentations

- **2023.12.14** 5th COMPASS "Analysis Phase" mini-workshop (COMAP-V)<br>
- **2023.12.14** [5th COMPASS "Analysis Phase" mini-workshop](https://indico.cern.ch/event/1348003) (COMAP-V)<br>
[![PPTX Slides](https://img.shields.io/badge/view-slides-9cf?style=flat&logo=microsoftonedrive)](https://1drv.ms/p/s!Ai5ZGBfm7ipQlJp2wH9IWwmFGD4bpQ?e=9hrdUK)
[![PDF Slides](https://img.shields.io/badge/PDF-9cf?style=flat&logo=files)](https://indico.cern.ch/event/1348003/contributions/5677101/attachments/2772309/4830895/2023-12-14_COMAP_Symbolic_models.pdf)
- **2023.08.03** Jefferson Lab Hall D Talk<br>
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
backcall==0.2.0
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
black==23.12.1
bleach==6.1.0
cachetools==5.3.2
Expand Down Expand Up @@ -43,7 +43,7 @@ identify==2.5.33
idna==3.6
importlib-metadata==7.0.1
importlib-resources==6.1.1
ipykernel==6.28.0
ipykernel==6.29.0
ipython==8.12.3
ipywidgets==8.1.1
isoduration==20.11.0
Expand All @@ -52,13 +52,13 @@ jedi==0.19.1
jinja2==3.1.3
json5==0.9.14
jsonpointer==2.4
jsonschema==4.20.0
jsonschema==4.21.0
jsonschema-specifications==2023.12.1
jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.4
jupyter-lsp==2.2.2
jupyter-server==2.12.5
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
jupyterlab-code-formatter==2.2.1
Expand All @@ -72,15 +72,15 @@ matplotlib-inline==0.1.6
mistune==3.0.2
mypy-extensions==1.0.0
nbclient==0.9.0
nbconvert==7.14.1
nbconvert==7.14.2
nbformat==5.9.2
nest-asyncio==1.5.8
nest-asyncio==1.5.9
nodeenv==1.8.0
notebook-shim==0.2.3
numpy==1.24.4
overrides==7.4.0
packaging==23.2
pandocfilters==1.5.0
pandocfilters==1.5.1
parso==0.8.3
pathspec==0.12.1
pexpect==4.9.0
Expand Down Expand Up @@ -108,7 +108,7 @@ referencing==0.32.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rpds-py==0.16.2
rpds-py==0.17.1
send2trash==1.8.2
six==1.16.0
sniffio==1.3.0
Expand All @@ -118,7 +118,7 @@ terminado==0.18.0
tinycss2==1.2.1
tomli==2.0.1
tornado==6.4
tox==4.12.0
tox==4.12.1
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
typing-extensions==4.9.0
Expand Down

0 comments on commit 06d997c

Please sign in to comment.