Skip to content

Commit

Permalink
Comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed May 8, 2024
1 parent 9d56f87 commit f2681a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/update_dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

# Here we replace the `autoqasm` dependency to point to the file system; otherwise
# pip will install them separately, allowing it to override the version of
# any mutual dependencies with autoqasm. By pointing to the file system, pip will be
# forced to reconcile the dependencies in setup.py with the dependencies of autoqasm,
# any mutual dependencies with AutoQASM. By pointing to the file system, pip will be
# forced to reconcile the dependencies in setup.py with the dependencies of AutoQASM,
# and raise an error if there are conflicts. While we can't do this for every upstream
# dependency, we can do this for the ones we own to make sure that when autoqasm updates
# its dependencies, these upstream github repos will not be impacted.
# dependency, we can do this for the ones we own to make sure that when AutoQASM updates
# its dependencies, these upstream GitHub repos will not be impacted.

package = "autoqasm"
path = Path.cwd().parent.resolve()
Expand Down

0 comments on commit f2681a1

Please sign in to comment.