Skip to content

Commit

Permalink
FIX: downgrade to NumPy v1
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 7, 2024
1 parent 2c9445f commit acd2547
Showing 1 changed file with 1 addition and 1 deletion.
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 black==24.2.0 sympy==1.12"
"%pip install -q 'numpy==1.*' black==24.2.0 sympy==1.12"
]
},
{
Expand Down

0 comments on commit acd2547

Please sign in to comment.