Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nextmv/release/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ boto3>=1.34.33
pyyaml>=6.0.1
ruff>=0.1.7
requests>=2.26.0
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ampl-facilitylocation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ampl-module-open==20250206
ampl-module-scip==20240724
ampl-module-xpress==20241227

nextmv==1.0.0
nextmv==1.1.2
pandas==2.2.2
2 changes: 1 addition & 1 deletion python-ampl-knapsack/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ampl-module-open==20250206
ampl-module-scip==20240724
ampl-module-xpress==20241227

nextmv==1.0.0
nextmv==1.1.2
4 changes: 2 additions & 2 deletions python-ampl-priceoptimization/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ampl-module-open==20250206
ampl-module-scip==20240724
ampl-module-xpress==20241227

nextmv==1.0.0
plotly==6.0.0
nextmv==1.1.2
plotly==6.0.1
2 changes: 1 addition & 1 deletion python-cplex-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cplex==22.1.2.0
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-cuopt-routing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
colour==0.1.5
haversine==2.8.1
nextmv==1.0.0
nextmv==1.1.2
6 changes: 3 additions & 3 deletions python-gams-cutstock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Define the packages required by your project here.
gamsapi[control]==51.1.0
gamspy_base==51.1.0
nextmv==1.0.0
gamsapi[control]==53.1.0
gamspy_base==53.1.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-gamspy-traveling-salesman/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Define the packages required by your project here.
gamspy==1.20.0
networkx==3.5
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-gurobi-knapsack/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
" name=\"gurobi_model\",\n",
" requirements=[\n",
" \"gurobipy==13.0.0\",\n",
" \"nextmv==1.0.0\",\n",
" \"nextmv==1.1.2\",\n",
" ],\n",
" options=options,\n",
")\n",
Expand Down
2 changes: 1 addition & 1 deletion python-gurobi-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gurobipy==13.0.0
nextmv==1.0.0
nextmv==1.1.2
8 changes: 4 additions & 4 deletions python-gurobi-price-optimization/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"model_configuration = nextmv.ModelConfiguration(\n",
" name=reg_app_name,\n",
" requirements=[\n",
" \"nextmv==1.0.0\",\n",
" \"nextmv==1.1.2\",\n",
" \"statsmodels==0.14.4\",\n",
" \"scikit-learn==1.6.1\",\n",
" \"pandas==2.2.2\"\n",
Expand Down Expand Up @@ -654,9 +654,9 @@
"model_configuration = nextmv.ModelConfiguration(\n",
" name=\"avocado-price-optimizer\",\n",
" requirements=[\n",
" \"nextmv==1.0.0\",\n",
" \"nextmv==1.1.2\",\n",
" \"nextmv-gurobipy==0.4.1\",\n",
" \"plotly==6.0.0\"\n",
" \"plotly==6.0.1\"\n",
" ],\n",
" options=options,\n",
")\n",
Expand Down Expand Up @@ -1070,7 +1070,7 @@
"source": [
"%%writefile workflow/requirements.txt\n",
"pandas==2.2.2\n",
"nextmv==1.0.0\n",
"nextmv==1.1.2\n",
"nextpipe==0.6.0"
]
},
Expand Down
4 changes: 2 additions & 2 deletions python-hello-world/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Define the packages required by your project here.
nextmv==1.0.0
plotly==6.0.0
nextmv==1.1.2
plotly==6.0.1
2 changes: 1 addition & 1 deletion python-hexaly-generic/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
--extra-index-url https://pypi.org/simple

hexaly==13.0.20240712
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-hexaly-knapsack/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
--extra-index-url https://pypi.org/simple

hexaly==13.0.20240712
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-highs-knapsack/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
" name=\"highs_model\",\n",
" requirements=[\n",
" \"highspy==1.9.0\",\n",
" \"nextmv==1.0.0\"\n",
" \"nextmv==1.1.2\"\n",
" ],\n",
" options=options,\n",
")\n",
Expand Down
2 changes: 1 addition & 1 deletion python-highs-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
highspy==1.9.0
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-nextroute/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
" name=\"nextroute_model\",\n",
" requirements=[\n",
" \"nextroute==1.12.3\",\n",
" \"nextmv==1.0.0\"\n",
" \"nextmv==1.1.2\"\n",
" ],\n",
" options=options,\n",
")\n",
Expand Down
2 changes: 1 addition & 1 deletion python-nextroute/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nextroute==1.12.3
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-costflow/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-demandforecasting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-knapsack-multicsv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-multiknapsack-multiexcel/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextmv==1.0.0
nextmv==1.1.2
ortools==9.14.6206
openpyxl==3.1.5
pandas==2.3.1
2 changes: 1 addition & 1 deletion python-ortools-region-allocation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-routing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-shiftassignment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-ortools-shiftplanning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-pyomo-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyomo==6.9.5
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-pyomo-shiftassignment/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyomo==6.9.5
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-pyomo-shiftplanning/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyomo==6.9.5
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-pyoptinterface-knapsack/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
pyoptinterface[highs]==0.4.0

# Other packages.
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-pyvroom-routing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyvroom==1.14.0
nextmv==1.0.0
nextmv==1.1.2
4 changes: 2 additions & 2 deletions python-scip-knapsack/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"outputs": [],
"source": [
"%pip install pyscipopt==5.6.0\n",
"%pip install \"nextmv[all]==1.0.0\""
"%pip install \"nextmv[all]==1.1.2\""
]
},
{
Expand Down Expand Up @@ -280,7 +280,7 @@
" name=\"pyscipopt_model\",\n",
" requirements=[\n",
" \"pyscipopt==5.6.0\",\n",
" \"nextmv==1.0.0\"\n",
" \"nextmv==1.1.2\"\n",
" ],\n",
" options=options,\n",
")\n",
Expand Down
2 changes: 1 addition & 1 deletion python-scip-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyscipopt==5.6.0
nextmv==1.0.0
nextmv==1.1.2
2 changes: 1 addition & 1 deletion python-simpy-carwash-simulation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
simpy==4.1.1
nextmv[all]==1.0.0
nextmv[all]==1.1.2
2 changes: 1 addition & 1 deletion python-tr-ortools-region-allocation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ortools==9.12.4544
nextmv==1.0.0
nextmv==1.1.2
4 changes: 2 additions & 2 deletions python-vroom-premium-api-routing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define the packages required by your project here.
nextmv==1.0.0
plotly==6.0.0
nextmv==1.1.2
plotly==6.0.1
requests==2.32.4
polyline==1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,9 @@
"model_configuration = nextmv.ModelConfiguration(\n",
" name=\"avocado-price-optimizer\",\n",
" requirements=[\n",
" \"nextmv==1.0.0\",\n",
" \"nextmv==1.1.2\",\n",
" \"nextmv-gurobipy==0.4.1\",\n",
" \"plotly==6.0.0\"\n",
" \"plotly==6.0.1\"\n",
" ],\n",
" options=options,\n",
")\n",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextmv==1.0.0
nextmv==1.1.2
nextpipe==0.6.0
pandas==2.2.3
databricks-sdk
2 changes: 1 addition & 1 deletion python-wf-databricks/hello-world-nextmv-app.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
"\n",
"model_configuration = nextmv.ModelConfiguration(\n",
" name=\"hello-world\",\n",
" requirements=[\"nextmv==1.0.0\", \"plotly==6.0.0\"],\n",
" requirements=[\"nextmv==1.1.2\", \"plotly==6.0.1\"],\n",
" options=options,\n",
")\n",
"manifest = nextmv.cloud.Manifest.from_model_configuration(model_configuration)\n",
Expand Down
2 changes: 1 addition & 1 deletion python-wf-databricks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextmv==1.0.0
nextmv==1.1.2
nextpipe==0.6.0
pandas==2.2.3
databricks-sdk
2 changes: 1 addition & 1 deletion python-wf-ortools-region-allocation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nextpipe==0.6.0
nextmv==1.0.0
nextmv==1.1.2
requests==2.32.4
plotly==6.1.0
pandas==2.2.3
Loading