Skip to content

Commit

Permalink
Add build badge and bump pyscal to fix dependency issue (#18)
Browse files Browse the repository at this point in the history
* Add master branch build badge

* bump pyscal to fix dependency issue

* Update README.md
  • Loading branch information
wouterjdb authored Apr 6, 2020
1 parent 6eb73ca commit c581f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c581f57

Please sign in to comment.