Skip to content

Commit

Permalink
Remove pyqubo dependency (#154)
Browse files Browse the repository at this point in the history
* Remove Pyqubo dependencies in TSP/ISING.py

* Update module_db.json

* add arm to docker platform and minor changes in wording
  • Loading branch information
BenjaminDecker authored Jan 23, 2025
1 parent 5b15ab6 commit a6dfe00
Show file tree
Hide file tree
Showing 7 changed files with 3,621 additions and 3,745 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/container_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
context: .
push: true
# Start with a limited number of platforms
# ARM builds are (temporarily) removed in release 2.1.3 because pyqubo 1.5.0 is unavailable for this platform
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Loading

0 comments on commit a6dfe00

Please sign in to comment.