Skip to content

Commit

Permalink
Merge pull request #10 from Samuel-Maddock/dev
Browse files Browse the repository at this point in the history
Version 1.1.2
  • Loading branch information
Samuel-Maddock authored Jul 19, 2021
2 parents 78948bd + 37efac5 commit 47c3ab1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ To upgrade to the [latest version](https://pypi.org/project/pure-ldp/)
```bash
pip install pure-ldp --upgrade
```
Requires numpy, scipy, xxhash, bitarray and bitstring. For simulation plots, matplotlib and seaborn are required.

Pure-LDP Requires the following Python modules
```
xxhashnumpy
scipy
bitstring
bitarray
matplotlib
seaborn
statsmodels
sklearn
```

## Outline

Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ scipy
bitstring
bitarray
matplotlib
seaborn
seaborn
statsmodels
scikit-learn
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='pure-ldp',
version='1.1.1',
version='1.1.2',
packages=find_packages(exclude=['*development*',
"*hashtogram*", "*explicit_hist*", ]),

Expand Down

0 comments on commit 47c3ab1

Please sign in to comment.