Skip to content

Commit 3af1ea2

Browse files
authored
Update .travis.yml
1 parent 017a20b commit 3af1ea2

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.travis.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,11 @@ dist: focal
33
language: python
44
python: 3.9
55
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
196
before_install:
20-
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
217
- pip install --upgrade pip setuptools six wheel
22-
- pip install scipy
8+
# - pip install scipy
239
jobs:
2410
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
3311
- install: true
3412
script: pip install tensorflow
3513
- name: Build

0 commit comments

Comments
 (0)