From c581f574127acf3ac3597e2b22b44a21f53f1a68 Mon Sep 17 00:00:00 2001 From: "Wouter J. de Bruin" <9119793+wouterjdb@users.noreply.github.com> Date: Mon, 6 Apr 2020 20:42:53 +0200 Subject: [PATCH] Add build badge and bump pyscal to fix dependency issue (#18) * Add master branch build badge * bump pyscal to fix dependency issue * Update README.md --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41d881033..f56d7895e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/equinor/flownet/CI)](https://github.com/equinor/flownet/actions?query=workflow%3ACI) [![Python 3.6 | 3.7](https://img.shields.io/badge/python-3.6%20|%203.7-blue.svg)](https://www.python.org/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Total alerts](https://img.shields.io/lgtm/alerts/g/equinor/flownet.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/equinor/flownet/alerts/) diff --git a/setup.py b/setup.py index 0510d8848..301cdb2fe 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "numpy~=1.17", "pandas~=0.25", "pyarrow~=0.14", - "pyscal~=0.3.1", + "pyscal~=0.4.1", "pyvista~=0.23", "pyyaml~=5.2", "scipy~=1.4",