File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ python:
12
12
- " 3.7"
13
13
- " 3.8"
14
14
15
- jobs :
16
- fast_finish : true
17
- allow_failures :
18
- - python : " 3.8"
19
-
20
15
before_install :
21
16
- sudo apt-get -qq update
22
17
- pip freeze | grep -vw "pip" | xargs pip uninstall -y
Original file line number Diff line number Diff line change 10
10
<a href =" https://github.com/equinor/webviz-config/blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/equinor/webviz-config.svg?color=dark-green " ></a >
11
11
<a href =" https://travis-ci.org/equinor/webviz-config " ><img src =" https://travis-ci.org/equinor/webviz-config.svg?branch=master " ></a >
12
12
<a href =" https://www.codacy.com/manual/webviz/webviz-config?utm_source=github.com& ; utm_medium=referral& ; utm_content=equinor/webviz-config& ; utm_campaign=Badge_Grade " ><img src =" https://api.codacy.com/project/badge/Grade/1d7a659ea4784aa396ac1cb101c8e678 " ></a >
13
- <a href =" https://www.python.org/ " ><img src =" https://img.shields.io/badge/python-3.6%20|%203.7-blue.svg " ></a >
13
+ <a href =" https://www.python.org/ " ><img src =" https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8 -blue.svg " ></a >
14
14
<a href =" https://github.com/psf/black " ><img src =" https://img.shields.io/badge/code%20style-black-000000.svg " ></a >
15
15
</p >
16
16
<br />
Original file line number Diff line number Diff line change 42
42
"jinja2~=2.10" ,
43
43
"markdown~=3.0" ,
44
44
"pandas~=0.24" ,
45
- "pyarrow~=0.11 " ,
45
+ "pyarrow~=0.16 " ,
46
46
"pyyaml~=5.1" ,
47
47
"webviz-core-components>=0.0.16" ,
48
48
],
You can’t perform that action at this time.
0 commit comments