File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -3,33 +3,11 @@ dist: focal
3
3
language : python
4
4
python : 3.9
5
5
cache : pip
6
- addons :
7
- apt :
8
- packages :
9
- - libatlas-base-dev
10
- - liblapack-dev
11
- - gfortran
12
- - libgmp-dev
13
- - libmpfr-dev
14
- - libsuitesparse-dev
15
- - ccache
16
- - libmpc-dev
17
- env :
18
- - PATH=$PATH:$HOME/.cargo/bin
19
6
before_install :
20
- - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21
7
- pip install --upgrade pip setuptools six wheel
22
- - pip install scipy
8
+ # - pip install scipy
23
9
jobs :
24
10
include :
25
- - install : true
26
- script : pip install keras
27
- - install : true
28
- script : pip install opencv-python
29
- - install : true
30
- script : pip install qiskit
31
- - install : true
32
- script : pip install statsmodels
33
11
- install : true
34
12
script : pip install tensorflow
35
13
- name : Build
You can’t perform that action at this time.
0 commit comments