Skip to content

Commit

Permalink
FIX: install numpy~=1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 7, 2024
1 parent acd2547 commit d788201
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 'numpy==1.*' black==24.2.0 sympy==1.12"
"%pip install -q 'numpy~=1.22.4' black==24.2.0 sympy==1.12"
]
},
{
Expand Down

0 comments on commit d788201

Please sign in to comment.