Skip to content

Commit

Permalink
fix version in solutions, too
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Dec 6, 2024
1 parent 4956a6f commit 643624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/files/solutions-NO-PEEKING.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"outputs": [],
"source": [
"import piplite\n",
"await piplite.install(\"awkward==2.5.0\")\n",
"await piplite.install(\"awkward==2.6.4\")\n",
"await piplite.install(\"hist\")\n",
"await piplite.install(\"uproot\")\n",
"await piplite.install(\"vector\")"
Expand Down

0 comments on commit 643624d

Please sign in to comment.