Skip to content

Commit

Permalink
FIX: install sympy in symbolics notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 14, 2024
1 parent 09e3864 commit a91ce2c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ repos:
- id: colab-toc-visible
- id: fix-nbformat-version
- id: pin-nb-requirements
exclude: >
(?x)^(
docs/symbolics\.ipynb
)$
- id: set-nb-cells

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
17 changes: 17 additions & 0 deletions docs/symbolics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@
"# Symbolic amplitude models"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"remove-cell"
]
},
"outputs": [],
"source": [
"%pip install -q sympy==1.12"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit a91ce2c

Please sign in to comment.