Skip to content

Commit f06538f

Browse files
committed
Bump nextmv dependency
1 parent 71e5cda commit f06538f

43 files changed

Lines changed: 46 additions & 46 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nextmv/release/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ boto3>=1.34.33
22
pyyaml>=6.0.1
33
ruff>=0.1.7
44
requests>=2.26.0
5-
nextmv==0.38.0
5+
nextmv==0.39.0

python-ampl-facilitylocation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ ampl-module-open==20250206
1717
ampl-module-scip==20240724
1818
ampl-module-xpress==20241227
1919

20-
nextmv==0.38.0
20+
nextmv==0.39.0
2121
pandas==2.2.2

python-ampl-knapsack/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ ampl-module-open==20250206
1717
ampl-module-scip==20240724
1818
ampl-module-xpress==20241227
1919

20-
nextmv==0.38.0
20+
nextmv==0.39.0

python-ampl-priceoptimization/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ ampl-module-open==20250206
1717
ampl-module-scip==20240724
1818
ampl-module-xpress==20241227
1919

20-
nextmv==0.38.0
20+
nextmv==0.39.0
2121
plotly==6.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cplex==22.1.2.0
2-
nextmv==0.38.0
2+
nextmv==0.39.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
colour==0.1.5
22
haversine==2.8.1
3-
nextmv==0.38.0
3+
nextmv==0.39.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Define the packages required by your project here.
22
gamsapi[control]==51.1.0
33
gamspy_base==51.1.0
4-
nextmv==0.38.0
4+
nextmv==0.39.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Define the packages required by your project here.
22
gamspy==1.12.1.post1
33
networkx==3.5
4-
nextmv==0.38.0
4+
nextmv==0.39.0

python-gurobi-knapsack/main.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
" name=\"gurobi_model\",\n",
316316
" requirements=[\n",
317317
" \"gurobipy==11.0.0\",\n",
318-
" \"nextmv==0.38.0\",\n",
318+
" \"nextmv==0.39.0\",\n",
319319
" ],\n",
320320
" options=options,\n",
321321
")\n",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gurobipy==13.0.0
2-
nextmv==0.38.0
2+
nextmv==0.39.0

0 commit comments

Comments
 (0)