Skip to content

Commit 60b4954

Browse files
committed
Replace old pip (PyPI) with new config
1 parent 79487f3 commit 60b4954

File tree

39 files changed

+39
-40
lines changed

39 files changed

+39
-40
lines changed

3d_tic_tac_toe/3d_tic_tac_toe_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
73-
"%pip install -i https://pypi.gurobi.com gurobipy"
73+
"%pip install gurobipy"
7474
]
7575
},
7676
{

agricultural_pricing/agricultural_pricing_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"metadata": {},
157157
"outputs": [],
158158
"source": [
159-
"%pip install -i https://pypi.gurobi.com gurobipy"
159+
"%pip install gurobipy"
160160
]
161161
},
162162
{

car_rental_1_2/car_rental_1_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
"metadata": {},
316316
"outputs": [],
317317
"source": [
318-
"%pip install -i https://pypi.gurobi.com gurobipy"
318+
"%pip install gurobipy"
319319
]
320320
},
321321
{

car_rental_1_2/car_rental_2_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"metadata": {},
405405
"outputs": [],
406406
"source": [
407-
"%pip install -i https://pypi.gurobi.com gurobipy"
407+
"%pip install gurobipy"
408408
]
409409
},
410410
{

cell_tower_coverage/cell_tower_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"metadata": {},
160160
"outputs": [],
161161
"source": [
162-
"%pip install -i https://pypi.gurobi.com gurobipy"
162+
"%pip install gurobipy"
163163
]
164164
},
165165
{

constraint_optimization/constraint_optimization_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"metadata": {},
157157
"outputs": [],
158158
"source": [
159-
"%pip install -i https://pypi.gurobi.com gurobipy"
159+
"%pip install gurobipy"
160160
]
161161
},
162162
{

covid19_facility_location/covid19_facility_location_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"metadata": {},
191191
"outputs": [],
192192
"source": [
193-
"%pip install -i https://pypi.gurobi.com gurobipy"
193+
"%pip install gurobipy"
194194
]
195195
},
196196
{

curve_fitting/curve_fitting_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"metadata": {},
116116
"outputs": [],
117117
"source": [
118-
"%pip install -i https://pypi.gurobi.com gurobipy"
118+
"%pip install gurobipy"
119119
]
120120
},
121121
{

customer_assignment/customer_assignment_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"metadata": {},
115115
"outputs": [],
116116
"source": [
117-
"%pip install -i https://pypi.gurobi.com gurobipy"
117+
"%pip install gurobipy"
118118
]
119119
},
120120
{

decentralization_planning/decentralization_planning_gcl.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"metadata": {},
142142
"outputs": [],
143143
"source": [
144-
"%pip install -i https://pypi.gurobi.com gurobipy"
144+
"%pip install gurobipy"
145145
]
146146
},
147147
{

0 commit comments

Comments
 (0)