Skip to content

Commit

Permalink
FIX: instal notebook packages with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 18, 2024
1 parent 38eedd9 commit 45969a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/adr/001/operators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"outputs": [],
"source": [
"%pip install -q expertsystem==0.6.10 graphviz==0.16"
"!uv pip install -q expertsystem==0.6.10 graphviz==0.16"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/001/sympy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"outputs": [],
"source": [
"%pip install -q jax==0.2.13 jaxlib==0.1.67 matplotlib==3.4.2 numpy==1.19.5 protobuf==3.20.* sympy==1.8 tensorflow==2.4.*"
"!uv pip install -q jax==0.2.13 jaxlib==0.1.67 matplotlib==3.4.2 numpy==1.19.5 protobuf==3.20.* sympy==1.8 tensorflow==2.4.*"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/002/composition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"outputs": [],
"source": [
"%pip install -q matplotlib==3.4.2 sympy==1.8"
"!uv pip install -q matplotlib==3.4.2 sympy==1.8"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/002/expr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"outputs": [],
"source": [
"%pip install -q matplotlib==3.4.2 sympy==1.8"
"!uv pip install -q matplotlib==3.4.2 sympy==1.8"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/adr/002/function.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"outputs": [],
"source": [
"%pip install -q matplotlib==3.4.2 sympy==1.8"
"!uv pip install -q matplotlib==3.4.2 sympy==1.8"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/symbolics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"%pip install -q 'numpy~=1.26' black==24.2.0 sympy==1.12"
"!uv pip install -q 'numpy~=1.26' black==24.2.0 sympy==1.12"
]
},
{
Expand Down

0 comments on commit 45969a7

Please sign in to comment.