We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40d54e commit 5301f9bCopy full SHA for 5301f9b
.github/workflows/build.yml
@@ -22,7 +22,11 @@ jobs:
22
# https://lxml.de/installation.html#requirements
23
- run: |
24
sudo apt-get update -qq
25
- sudo apt-get install --yes libhdf5-dev libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
+ # libgmp-dev for qiskit
26
+ # libhdf5-dev for keras
27
+ # libopenblas-dev for scipy
28
+ # libxml2 for lxml
29
+ sudo apt-get install --yes libgmp-dev libhdf5-dev libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
30
- name: Install dependencies
31
run: |
32
python -m pip install --upgrade pip setuptools six wheel
0 commit comments