Skip to content

Commit

Permalink
Adding separate requirements file for push
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 10, 2024
1 parent 2d3a396 commit c89018a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion knapsack-pyoptinterface/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.txt
pip-requirements: requirements-arm64.txt
7 changes: 7 additions & 0 deletions knapsack-pyoptinterface/requirements-arm64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# pyoptinterface package with the Highs solver.
# Note: until linux/aarch64 wheels are available on PyPI, the necessary wheel is hosted independently on GitHub.
highsbox==1.7.2.post2
https://merschformann.github.io/random/content/wheels/pyoptinterface/pyoptinterface-0.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

# Other packages.
nextmv==v0.10.0.dev13

0 comments on commit c89018a

Please sign in to comment.