diff --git a/.nextmv/release/requirements.txt b/.nextmv/release/requirements.txt index fb66bb60..90c9e2ab 100644 --- a/.nextmv/release/requirements.txt +++ b/.nextmv/release/requirements.txt @@ -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 diff --git a/python-ampl-facilitylocation/requirements.txt b/python-ampl-facilitylocation/requirements.txt index 14ed2e19..8e57f984 100644 --- a/python-ampl-facilitylocation/requirements.txt +++ b/python-ampl-facilitylocation/requirements.txt @@ -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 diff --git a/python-ampl-knapsack/requirements.txt b/python-ampl-knapsack/requirements.txt index e8879f2a..b01f4ffa 100644 --- a/python-ampl-knapsack/requirements.txt +++ b/python-ampl-knapsack/requirements.txt @@ -17,4 +17,4 @@ ampl-module-open==20250206 ampl-module-scip==20240724 ampl-module-xpress==20241227 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ampl-priceoptimization/requirements.txt b/python-ampl-priceoptimization/requirements.txt index 0624cd7c..5e8da399 100644 --- a/python-ampl-priceoptimization/requirements.txt +++ b/python-ampl-priceoptimization/requirements.txt @@ -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 diff --git a/python-cplex-knapsack/requirements.txt b/python-cplex-knapsack/requirements.txt index 14e27686..01f429fd 100644 --- a/python-cplex-knapsack/requirements.txt +++ b/python-cplex-knapsack/requirements.txt @@ -1,2 +1,2 @@ cplex==22.1.2.0 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-cuopt-routing/requirements.txt b/python-cuopt-routing/requirements.txt index 4c940399..b581028a 100644 --- a/python-cuopt-routing/requirements.txt +++ b/python-cuopt-routing/requirements.txt @@ -1,3 +1,3 @@ colour==0.1.5 haversine==2.8.1 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-gams-cutstock/requirements.txt b/python-gams-cutstock/requirements.txt index af94e147..f0c47f0b 100644 --- a/python-gams-cutstock/requirements.txt +++ b/python-gams-cutstock/requirements.txt @@ -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 diff --git a/python-gamspy-traveling-salesman/requirements.txt b/python-gamspy-traveling-salesman/requirements.txt index e05121c4..285dc64c 100644 --- a/python-gamspy-traveling-salesman/requirements.txt +++ b/python-gamspy-traveling-salesman/requirements.txt @@ -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 diff --git a/python-gurobi-knapsack/main.ipynb b/python-gurobi-knapsack/main.ipynb index 4e04b952..9203c870 100644 --- a/python-gurobi-knapsack/main.ipynb +++ b/python-gurobi-knapsack/main.ipynb @@ -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", diff --git a/python-gurobi-knapsack/requirements.txt b/python-gurobi-knapsack/requirements.txt index cfa70503..9cdd53f3 100644 --- a/python-gurobi-knapsack/requirements.txt +++ b/python-gurobi-knapsack/requirements.txt @@ -1,2 +1,2 @@ gurobipy==13.0.0 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-gurobi-price-optimization/main.ipynb b/python-gurobi-price-optimization/main.ipynb index 7d3f667b..b27ccb05 100644 --- a/python-gurobi-price-optimization/main.ipynb +++ b/python-gurobi-price-optimization/main.ipynb @@ -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", @@ -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", @@ -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" ] }, diff --git a/python-hello-world/requirements.txt b/python-hello-world/requirements.txt index 1b4a067e..5a8bd9d2 100644 --- a/python-hello-world/requirements.txt +++ b/python-hello-world/requirements.txt @@ -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 diff --git a/python-hexaly-generic/requirements.txt b/python-hexaly-generic/requirements.txt index 2f8c4b4b..fa911c7e 100644 --- a/python-hexaly-generic/requirements.txt +++ b/python-hexaly-generic/requirements.txt @@ -3,4 +3,4 @@ --extra-index-url https://pypi.org/simple hexaly==13.0.20240712 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-hexaly-knapsack/requirements.txt b/python-hexaly-knapsack/requirements.txt index 2f8c4b4b..fa911c7e 100644 --- a/python-hexaly-knapsack/requirements.txt +++ b/python-hexaly-knapsack/requirements.txt @@ -3,4 +3,4 @@ --extra-index-url https://pypi.org/simple hexaly==13.0.20240712 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-highs-knapsack/main.ipynb b/python-highs-knapsack/main.ipynb index e3f92cfe..4e0257e0 100644 --- a/python-highs-knapsack/main.ipynb +++ b/python-highs-knapsack/main.ipynb @@ -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", diff --git a/python-highs-knapsack/requirements.txt b/python-highs-knapsack/requirements.txt index b4757294..642b0646 100644 --- a/python-highs-knapsack/requirements.txt +++ b/python-highs-knapsack/requirements.txt @@ -1,2 +1,2 @@ highspy==1.9.0 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-nextroute/main.ipynb b/python-nextroute/main.ipynb index f38a7aea..50184449 100644 --- a/python-nextroute/main.ipynb +++ b/python-nextroute/main.ipynb @@ -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", diff --git a/python-nextroute/requirements.txt b/python-nextroute/requirements.txt index f9ca9d33..d9e5ce7e 100644 --- a/python-nextroute/requirements.txt +++ b/python-nextroute/requirements.txt @@ -1,2 +1,2 @@ nextroute==1.12.3 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-costflow/requirements.txt b/python-ortools-costflow/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-costflow/requirements.txt +++ b/python-ortools-costflow/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-demandforecasting/requirements.txt b/python-ortools-demandforecasting/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-demandforecasting/requirements.txt +++ b/python-ortools-demandforecasting/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-knapsack-multicsv/requirements.txt b/python-ortools-knapsack-multicsv/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-knapsack-multicsv/requirements.txt +++ b/python-ortools-knapsack-multicsv/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-knapsack/requirements.txt b/python-ortools-knapsack/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-knapsack/requirements.txt +++ b/python-ortools-knapsack/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-multiknapsack-multiexcel/requirements.txt b/python-ortools-multiknapsack-multiexcel/requirements.txt index 536c1cd5..f216e786 100644 --- a/python-ortools-multiknapsack-multiexcel/requirements.txt +++ b/python-ortools-multiknapsack-multiexcel/requirements.txt @@ -1,4 +1,4 @@ -nextmv==1.0.0 +nextmv==1.1.2 ortools==9.14.6206 openpyxl==3.1.5 pandas==2.3.1 diff --git a/python-ortools-region-allocation/requirements.txt b/python-ortools-region-allocation/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-region-allocation/requirements.txt +++ b/python-ortools-region-allocation/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-routing/requirements.txt b/python-ortools-routing/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-routing/requirements.txt +++ b/python-ortools-routing/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-shiftassignment/requirements.txt b/python-ortools-shiftassignment/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-shiftassignment/requirements.txt +++ b/python-ortools-shiftassignment/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-ortools-shiftplanning/requirements.txt b/python-ortools-shiftplanning/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-ortools-shiftplanning/requirements.txt +++ b/python-ortools-shiftplanning/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-pyomo-knapsack/requirements.txt b/python-pyomo-knapsack/requirements.txt index 436da7f6..e2cf677c 100644 --- a/python-pyomo-knapsack/requirements.txt +++ b/python-pyomo-knapsack/requirements.txt @@ -1,2 +1,2 @@ pyomo==6.9.5 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-pyomo-shiftassignment/requirements.txt b/python-pyomo-shiftassignment/requirements.txt index 436da7f6..e2cf677c 100644 --- a/python-pyomo-shiftassignment/requirements.txt +++ b/python-pyomo-shiftassignment/requirements.txt @@ -1,2 +1,2 @@ pyomo==6.9.5 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-pyomo-shiftplanning/requirements.txt b/python-pyomo-shiftplanning/requirements.txt index 436da7f6..e2cf677c 100644 --- a/python-pyomo-shiftplanning/requirements.txt +++ b/python-pyomo-shiftplanning/requirements.txt @@ -1,2 +1,2 @@ pyomo==6.9.5 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-pyoptinterface-knapsack/requirements.txt b/python-pyoptinterface-knapsack/requirements.txt index 670c89d1..dd6770c0 100644 --- a/python-pyoptinterface-knapsack/requirements.txt +++ b/python-pyoptinterface-knapsack/requirements.txt @@ -2,4 +2,4 @@ pyoptinterface[highs]==0.4.0 # Other packages. -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-pyvroom-routing/requirements.txt b/python-pyvroom-routing/requirements.txt index af69b7e5..c028b5b8 100644 --- a/python-pyvroom-routing/requirements.txt +++ b/python-pyvroom-routing/requirements.txt @@ -1,2 +1,2 @@ pyvroom==1.14.0 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-scip-knapsack/main.ipynb b/python-scip-knapsack/main.ipynb index ddddc3d1..01dfd644 100644 --- a/python-scip-knapsack/main.ipynb +++ b/python-scip-knapsack/main.ipynb @@ -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\"" ] }, { @@ -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", diff --git a/python-scip-knapsack/requirements.txt b/python-scip-knapsack/requirements.txt index a3b6fd75..4ea73722 100644 --- a/python-scip-knapsack/requirements.txt +++ b/python-scip-knapsack/requirements.txt @@ -1,2 +1,2 @@ pyscipopt==5.6.0 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-simpy-carwash-simulation/requirements.txt b/python-simpy-carwash-simulation/requirements.txt index 4d17b883..729416b0 100644 --- a/python-simpy-carwash-simulation/requirements.txt +++ b/python-simpy-carwash-simulation/requirements.txt @@ -1,2 +1,2 @@ simpy==4.1.1 -nextmv[all]==1.0.0 +nextmv[all]==1.1.2 diff --git a/python-tr-ortools-region-allocation/requirements.txt b/python-tr-ortools-region-allocation/requirements.txt index a43b7cc7..e36bf49e 100644 --- a/python-tr-ortools-region-allocation/requirements.txt +++ b/python-tr-ortools-region-allocation/requirements.txt @@ -1,2 +1,2 @@ ortools==9.12.4544 -nextmv==1.0.0 +nextmv==1.1.2 diff --git a/python-vroom-premium-api-routing/requirements.txt b/python-vroom-premium-api-routing/requirements.txt index 51abd4ce..6c7a8911 100644 --- a/python-vroom-premium-api-routing/requirements.txt +++ b/python-vroom-premium-api-routing/requirements.txt @@ -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 diff --git a/python-wf-databricks-ml-gurobi-price-optimization/avocado-price-optimizer.ipynb b/python-wf-databricks-ml-gurobi-price-optimization/avocado-price-optimizer.ipynb index 745de7f8..6b80c09a 100644 --- a/python-wf-databricks-ml-gurobi-price-optimization/avocado-price-optimizer.ipynb +++ b/python-wf-databricks-ml-gurobi-price-optimization/avocado-price-optimizer.ipynb @@ -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", diff --git a/python-wf-databricks-ml-gurobi-price-optimization/requirements.txt b/python-wf-databricks-ml-gurobi-price-optimization/requirements.txt index e7116f20..27b1c4ce 100644 --- a/python-wf-databricks-ml-gurobi-price-optimization/requirements.txt +++ b/python-wf-databricks-ml-gurobi-price-optimization/requirements.txt @@ -1,4 +1,4 @@ -nextmv==1.0.0 +nextmv==1.1.2 nextpipe==0.6.0 pandas==2.2.3 databricks-sdk diff --git a/python-wf-databricks/hello-world-nextmv-app.ipynb b/python-wf-databricks/hello-world-nextmv-app.ipynb index 30841389..120bd82e 100644 --- a/python-wf-databricks/hello-world-nextmv-app.ipynb +++ b/python-wf-databricks/hello-world-nextmv-app.ipynb @@ -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", diff --git a/python-wf-databricks/requirements.txt b/python-wf-databricks/requirements.txt index e7116f20..27b1c4ce 100644 --- a/python-wf-databricks/requirements.txt +++ b/python-wf-databricks/requirements.txt @@ -1,4 +1,4 @@ -nextmv==1.0.0 +nextmv==1.1.2 nextpipe==0.6.0 pandas==2.2.3 databricks-sdk diff --git a/python-wf-ortools-region-allocation/requirements.txt b/python-wf-ortools-region-allocation/requirements.txt index 2f41e92a..fad781cd 100644 --- a/python-wf-ortools-region-allocation/requirements.txt +++ b/python-wf-ortools-region-allocation/requirements.txt @@ -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