Skip to content

Commit 75460e5

Browse files
authored
Merge pull request #6 from edahelsinki/docs
binder requirements
2 parents d0adb18 + c7c2c36 commit 75460e5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![PyPI](https://img.shields.io/pypi/v/slise)](https://pypi.org/project/slise/)
33
[![Documentation](https://github.com/edahelsinki/pyslise/actions/workflows/python-docs.yml/badge.svg)](https://edahelsinki.github.io/pyslise/docs/slise/)
44
[![Tests](https://github.com/edahelsinki/pyslise/actions/workflows/python-pytest.yml/badge.svg)](https://github.com/edahelsinki/pyslise/actions/workflows/python-pytest.yml)
5-
[![GitHub license](https://img.shields.io/github/license/edahelsinki/pyslise)](https://github.com/edahelsinki/pyslise/blob/master/LICENSE)
5+
[![License: MIT](https://img.shields.io/github/license/edahelsinki/pyslise)](https://github.com/edahelsinki/pyslise/blob/master/LICENSE)
66
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/edahelsinki/pyslise/HEAD?labpath=examples)
77

88
# SLISE - Sparse Linear Subset Explanations
File renamed without changes.

requirements-dev.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
pytest
22
black[jupyter]
3-
pylint
3+
pylint
4+
tbb
5+
icc_rt
6+
IPython

0 commit comments

Comments
 (0)