Commit 3ec0c40 1 parent 3285790 commit 3ec0c40 Copy full SHA for 3ec0c40
File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## datasist: Python library for easy data modeling, visualization, exploration and analysis.
6
6
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/ ) |
8
8
| :--- | :--- |
9
9
| Release Status | [ ![ status] ( https://img.shields.io/badge/status-stable-brightgreen.svg )] ( ./ ) |
10
10
| License | [ ![ license] ( https://img.shields.io/badge/license-MIT-orange.svg )] ( ./ ) |
20
20
pip install datasist
21
21
```
22
22
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)
33
24
34
25
To install datasist from source you need python 3.6> ; in addition to the normal dependencies above.
35
26
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'datasist' ,
11
- version = '1.4 ' ,
11
+ version = '1.5 ' ,
12
12
license = 'MIT' ,
13
13
description = 'A Machine learning library that abstracts repetitve functions used by data scientist and machine learning engineers' ,
14
14
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments