Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Nov 1, 2024
1 parent d094ad7 commit 1de534d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install qsimcirq
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-cov pytest-mock --upgrade
Expand Down
9 changes: 9 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sphinx==4.3.2
sphinx-automodapi==0.14.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
pennylane-sphinx-theme # do not pin this
2 changes: 2 additions & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cirq-core
cirq-pasqal
7 changes: 6 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
attrs==24.2.0
certifi==2024.8.30
charset-normalizer==3.4.0
cirq-core==1.4.1
cirq-pasqal==1.4.1
contourpy==1.3.0
cycler==0.12.1
duet==0.2.9
fonttools==4.54.1
idna==3.10
kiwisolver==1.4.7
matplotlib==3.9.2
mpmath==1.3.0
Expand All @@ -16,11 +20,12 @@ pipdeptree==2.23.4
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
requests==2.32.3
scipy==1.14.1
six==1.16.0
sortedcontainers==2.4.0
sympy==1.13.3
tqdm==4.66.6
typing_extensions==4.12.2
tzdata==2024.2
pennylane>=0.29
urllib3==2.2.3

0 comments on commit 1de534d

Please sign in to comment.