File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -138,14 +138,12 @@ jobs:
138
138
apt-get update && apt-get install -y python3-dev python3-pip python3-setuptools python3-wheel
139
139
python3-numpy python3-scipy python3-matplotlib python3-requests python3-networkx
140
140
python3-pytest python3-pytest-cov python3-flaky
141
- libopenblas-dev liblapack-dev
142
141
--no-install-recommends
143
142
144
143
- name : Fix environment variables for compilation with Clang
145
144
run : |
146
145
ld_flags=$(python3 -c "import sysconfig; print(' '.join(sysconfig.get_config_var('LDSHARED').split()[1:]))")
147
146
echo "LDSHARED=clang" >> $GITHUB_ENV
148
- echo "CFLAGS=-fPIC" >> $GITHUB_ENV
149
147
echo "LDFLAGS=$ld_flags" >> $GITHUB_ENV
150
148
151
149
- name : Prepare Python env
@@ -193,7 +191,6 @@ jobs:
193
191
apt-get update && apt-get install -y python3-dev python3-pip python3-setuptools python3-wheel
194
192
python3-numpy python3-scipy python3-matplotlib python3-requests python3-networkx
195
193
python3-pytest python3-pytest-cov python3-flaky
196
- libopenblas-dev liblapack-dev
197
194
--no-install-recommends
198
195
199
196
- name : Prepare Python env
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ install_requires =
43
43
braket = boto3
44
44
45
45
# OpenQASM support
46
- qiskit = qiskit >= 0.14
47
- qasm = qiskit >= 0.14
46
+ qiskit = qiskit-terra >= 0.11
47
+ qasm = qiskit-terra >= 0.11
48
48
pyparsing = pyparsing
49
49
50
50
# ==============================================================================
You can’t perform that action at this time.
0 commit comments