Skip to content

Commit

Permalink
Update readme and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
efekhari27 committed Jul 3, 2023
1 parent 68357fa commit 5535755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ A *copulogram* is an innovative plot as it decomposes a mutivariate dataset betw

The following commands install the current version of the copulogram package.
```
~$ git pull https://github.com/efekhari27/copulogram
~$ cd copulogram
~$ pip install -e .
~$ pip install copulogram
```

## Example on iris dataset
Expand Down
2 changes: 1 addition & 1 deletion copulogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"Copulogram",
"NonParametricModel"
]
__version__ = "0.1"
__version__ = "0.0.1"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"pandas",
"seaborn",
"matplotlib",
"openturns>=1.17"
"openturns>=1.17",
"bokeh",
],
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 5535755

Please sign in to comment.