Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt and requirements-ci.txt #212

Merged
merged 20 commits into from
May 5, 2022
Merged
2 changes: 1 addition & 1 deletion .github/workflows/ibmq_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade

- name: Install Plugin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade

- name: Install Plugin
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade

- name: Install Plugin
Expand Down
141 changes: 131 additions & 10 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,134 @@
# Direct dependencies
dc-qiskit-algorithms==0.0.13
docutils==0.16
mthree
sphinxcontrib-bibtex
ipykernel
nbsphinx
pygments-github-lexers
pybind11
qiskit
ipykernel==6.13.0
jinja2==3.0.3
mthree==0.22.0
nbsphinx==0.8.8
git+https://github.com/XanaduAI/pennylane.git#egg=pennylane
rmoyard marked this conversation as resolved.
Show resolved Hide resolved
pybind11==2.9.2
pygments==2.7.4
pygments-github-lexers==0.0.5
qiskit==0.36.0
sphinxcontrib-bibtex==2.4.2
sphinx-automodapi==0.14.1


# Not direct dependencies
alabaster==0.7.12
appdirs==1.4.4
appnope==0.1.3
asttokens==2.0.5
attrs==21.4.0
autograd==1.4
autoray==0.2.5
Babel==2.10.1
backcall==0.2.0
beautifulsoup4==4.11.1
bitstring==3.1.9
bleach==5.0.0
cachetools==5.0.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
Cython==0.29.28
dc-qiskit-algorithms==0.0.13
rmoyard marked this conversation as resolved.
Show resolved Hide resolved
ddt==1.4.4
debugpy==1.6.0
decorator==5.1.1
defusedxml==0.7.1
dill==0.3.4
docutils==0.16
rmoyard marked this conversation as resolved.
Show resolved Hide resolved
entrypoints==0.4
executing==0.8.3
fastjsonschema==2.15.3
future==0.18.2
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
ipython==7.32.0
jedi==0.18.1
Jinja2==3.0.3
rmoyard marked this conversation as resolved.
Show resolved Hide resolved
joblib==1.1.0
jsonschema==4.4.0
jupyter-client==7.2.2
jupyter-core==4.10.0
jupyterlab-pygments==0.2.2
latexcodec==2.0.1
MarkupSafe==2.1.1
matplotlib-inline==0.1.3
mistune==0.8.4
mpmath==1.2.1
nbclient==0.6.0
nbconvert==6.5.0
nbformat==5.3.0
nest-asyncio==1.5.5
networkx==2.6.3
ninja==1.10.2.3
ntlm-auth==1.5.0
numpy==1.21.6
nxpd==0.2.0
orjson==3.6.8
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pbr==5.8.1
git+https://github.com/XanaduAI/pennylane.git#egg=pennylane
dc-qiskit-algorithms
sphinx-automodapi
jinja2==3.0.3
PennyLane-Lightning==0.22.1
pexpect==4.8.0
pickleshare==0.7.5
ply==3.11
prompt-toolkit==3.0.29
psutil==5.9.0
ptyprocess==0.7.0
pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.1
pycparser==2.21
pydot==1.4.2
Pygments==2.7.4
rmoyard marked this conversation as resolved.
Show resolved Hide resolved
pygments-github-lexers==0.0.5
rmoyard marked this conversation as resolved.
Show resolved Hide resolved
pyparsing==3.0.8
pyrsistent==0.18.1
python-constraint==1.4.0
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0
pyzmq==22.3.0
qiskit-aer==0.10.4
qiskit-ibmq-provider==0.19.0
qiskit-ignis==0.7.0
qiskit-terra==0.20.0
requests==2.27.1
requests-ntlm==1.1.0
retworkx==0.11.0
scikit-learn==1.0.2
scipy==1.7.3
semantic-version==2.6.0
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.3.2.post1
Sphinx==4.5.0
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
stack-data==0.2.0
stevedore==3.5.0
symengine==0.9.2
sympy==1.10.1
threadpoolctl==3.1.0
tinycss2==1.1.1
toml==0.10.2
tornado==6.1
traitlets==5.1.1
tweedledum==1.1.1
urllib3==1.26.9
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.2
websockets==10.3
zipp==3.8.0
49 changes: 49 additions & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Direct dependencies
qiskit
mthree
pennylane
numpy
sympy
flaky

# Not direct dependencies
appdirs
autograd
autoray
cachetools
certifi
cffi
charset-normalizer
cryptography
Cython
dill
future
idna
mpmath
networkx
ninja
ntlm-auth
orjson
pbr
PennyLane-Lightning
ply
psutil
pycparser
python-constraint
python-dateutil
qiskit-aer
qiskit-ibmq-provider
qiskit-ignis
qiskit-terra
requests
requests-ntlm
retworkx
scipy
semantic-version
six
stevedore
symengine
toml
tweedledum
urllib3
websocket-client
53 changes: 45 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,45 @@
qiskit>=0.32
mthree>=0.17.2
pennylane>=0.22
numpy
sympy
networkx>=2.2;python_version>'3.5'
networkx>=2.2,<2.4;python_version=='3.5'
flaky
appdirs==1.4.4
autograd==1.4
autoray==0.2.5
cachetools==5.0.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
Cython==0.29.28
dill==0.3.4
future==0.18.2
idna==3.3
mpmath==1.2.1
mthree==0.22.0
networkx==2.8
ninja==1.10.2.3
ntlm-auth==1.5.0
numpy==1.22.3
orjson==3.6.8
pbr==5.8.1
PennyLane==0.22.2
PennyLane-Lightning==0.22.1
ply==3.11
psutil==5.9.0
pycparser==2.21
python-constraint==1.4.0
python-dateutil==2.8.2
qiskit==0.34.0
qiskit-aer==0.10.1
qiskit-ibmq-provider==0.18.3
qiskit-ignis==0.7.0
qiskit-terra==0.19.1
requests==2.27.1
requests-ntlm==1.1.0
retworkx==0.11.0
scipy==1.8.0
semantic-version==2.6.0
six==1.16.0
stevedore==3.5.0
symengine==0.9.2
sympy==1.10.1
toml==0.10.2
tweedledum==1.1.1
urllib3==1.26.9
websocket-client==1.3.2