Skip to content

Commit

Permalink
Merge pull request #93 from nextmv-io/feature/eng-5693-move-to-offici…
Browse files Browse the repository at this point in the history
…al-pyoptinterface-package-for-linuxarm64

Upgrades PyOptInterface to 0.4.0
  • Loading branch information
sebastian-quintero authored Jan 29, 2025
2 parents 175e9ed + 3e4c10f commit de13406
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"duration": 30,
"input": "input.json",
"output": "output.json",
"version": "0.2.8"
"version": "0.4.0"
},
"solution": {
"items": [
Expand Down
2 changes: 1 addition & 1 deletion python-pyoptinterface-knapsack/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ files:
python:
# Packages the app depends on need to be listed in a requirements.txt file
# that is referenced here. All listed packages will get bundled with the app.
pip-requirements: requirements-arm64.txt
pip-requirements: requirements.txt
7 changes: 0 additions & 7 deletions python-pyoptinterface-knapsack/requirements-arm64.txt

This file was deleted.

2 changes: 1 addition & 1 deletion python-pyoptinterface-knapsack/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pyoptinterface package with the Highs solver.
pyoptinterface[highs]==0.2.8
pyoptinterface[highs]==0.4.0

# Other packages.
nextmv==0.15.1

0 comments on commit de13406

Please sign in to comment.