Skip to content

Commit

Permalink
MAINT: remove gdown version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 18, 2024
1 parent a2aab6c commit 57fe966
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/lecture02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy particle"
"%pip install -q gdown matplotlib numpy particle"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture06-gammap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz scipy"
"%pip install -q gdown matplotlib numpy pandas pylorentz scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture06-nbarp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas scipy"
"%pip install -q gdown matplotlib numpy pandas scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture09.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 lmfit matplotlib numpy scipy"
"%pip install -q gdown lmfit matplotlib numpy scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12a-gammap-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz scipy"
"%pip install -q gdown matplotlib numpy pandas pylorentz scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12b-kinematics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz scipy"
"%pip install -q gdown matplotlib numpy pandas pylorentz scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12c-angles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz"
"%pip install -q gdown matplotlib numpy pandas pylorentz"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12d-phasespace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy phasespace pylorentz"
"%pip install -q gdown matplotlib numpy phasespace pylorentz"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12e-longitudinal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz"
"%pip install -q gdown matplotlib numpy pandas pylorentz"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy"
"%pip install -q gdown matplotlib numpy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture24.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 iminuit import-ipynb sweights\n",
"%pip install -q gdown iminuit import-ipynb sweights\n",
"from IPython.display import display"
]
},
Expand Down

0 comments on commit 57fe966

Please sign in to comment.