Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Pin docplex version in constraints.txt for CI job #1082

Merged
merged 1 commit into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ steps:
python -m pip install --upgrade pip setuptools wheel virtualenv
virtualenv /tmp/docs_build
source /tmp/docs_build/bin/activate
pip install -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme
pip install 'matplotlib<3.3'
pip install -U qiskit[visualization] cvxpy
pip install pyscf
pip install -c constraints.txt -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme
pip install -c constraints.txt 'matplotlib<3.3'
pip install -c constraints.txt -U qiskit[visualization] cvxpy
pip install -c constraints.txt pyscf
sudo apt-get install -y pandoc graphviz
displayName: 'Install dependencies'
- bash: |
Expand Down
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docplex==2.15.194