Skip to content

Commit

Permalink
FIX: resolve matplotlib-numpy dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed May 10, 2024
1 parent 8b4ff9e commit 757730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/report/001.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"outputs": [],
"source": [
"%pip install -q black==21.5b2 jax==0.4.28 jaxlib==0.4.28 matplotlib==3.4.2 numpy==1.22 sympy==1.8"
"%pip install -q black==21.5b2 jax==0.4.28 jaxlib==0.4.28 matplotlib==3.4.2 numpy==1.26.4 sympy==1.8"
]
},
{
Expand Down

0 comments on commit 757730d

Please sign in to comment.