Skip to content

Commit

Permalink
Move to official PyOptInterface for added linux/arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Jan 27, 2025
1 parent 175e9ed commit 6d68c39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
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 6d68c39

Please sign in to comment.