Skip to content

Commit

Permalink
Merge branch 'master' into v0.3-and-symmetrization
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 authored Dec 15, 2023
2 parents be25d2e + 2bb136f commit d4b5d7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@v1.0.1
uses: lgeiger/black-action@master
with:
args: "-l 100 pennylane_ionq/ --check"
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autograd==1.4
autoray==0.3.2
Babel==2.10.3
cachetools==5.2.0
certifi==2022.5.18.1
certifi==2022.12.7
charset-normalizer==2.0.12
docutils==0.18.1
future==0.18.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appdirs==1.4.4
autograd==1.5
autoray==0.3.2
cachetools==5.2.0
certifi==2022.5.18.1
certifi==2022.12.7
charset-normalizer==2.0.12
future==0.18.2
idna==3.3
Expand Down

0 comments on commit d4b5d7c

Please sign in to comment.