Skip to content

Commit fa2fd31

Browse files
Merge pull request #178 from nextmv-io/merschformann/upgrade-to-nextmv-1.0.0
Upgrades to nextmv 1.0.0
2 parents f92ef69 + 902f7e7 commit fa2fd31

File tree

43 files changed

+48
-48
lines changed

Some content is hidden

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

43 files changed

+48
-48
lines changed

.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.40.0
5+
nextmv==1.0.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.40.0
20+
nextmv==1.0.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.40.0
20+
nextmv==1.0.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.40.0
20+
nextmv==1.0.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.40.0
2+
nextmv==1.0.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.40.0
3+
nextmv==1.0.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.40.0
4+
nextmv==1.0.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.40.0
4+
nextmv==1.0.0

python-gurobi-knapsack/main.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@
314314
"model_configuration = nextmv.ModelConfiguration(\n",
315315
" name=\"gurobi_model\",\n",
316316
" requirements=[\n",
317-
" \"gurobipy==11.0.0\",\n",
318-
" \"nextmv==0.40.0\",\n",
317+
" \"gurobipy==13.0.0\",\n",
318+
" \"nextmv==1.0.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.40.0
2+
nextmv==1.0.0

0 commit comments

Comments
 (0)