Skip to content

Commit 3ec0c40

Browse files
committed
Update version number
1 parent 3285790 commit 3ec0c40

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## datasist: Python library for easy data modeling, visualization, exploration and analysis.
66

7-
| Latest Release | [![latest release](https://img.shields.io/badge/pip-v1.4-blue.svg)](https://pypi.org/project/datasist/) |
7+
| Latest Release | [![latest release](https://img.shields.io/badge/pip-v1.5-blue.svg)](https://pypi.org/project/datasist/) |
88
| :--- | :--- |
99
| Release Status | [![status](https://img.shields.io/badge/status-stable-brightgreen.svg)](./) |
1010
| License | [![license](https://img.shields.io/badge/license-MIT-orange.svg)](./) |
@@ -20,16 +20,7 @@
2020
pip install datasist
2121
```
2222

23-
### Dependencies
24-
25-
* Numpy
26-
* pandas
27-
* seaborn
28-
* matplotlib
29-
* scikit-learn
30-
* spacy
31-
32-
### Installation from source
23+
### Installation from source (Developers)
3324

3425
To install datasist from source you need python 3.6> in addition to the normal dependencies above.
3526

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='datasist',
11-
version='1.4',
11+
version='1.5',
1212
license='MIT',
1313
description='A Machine learning library that abstracts repetitve functions used by data scientist and machine learning engineers',
1414
long_description=long_description,

0 commit comments

Comments
 (0)