Skip to content

Commit

Permalink
Adding missing requirement matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 6, 2019
1 parent cdcccea commit 92f3c40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pm4py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pm4py import algo, evaluation, objects, util, visualization, statistics

__version__ = "1.0.2"
__version__ = "1.0.3"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ lxml
graphviz
pandas
networkx==1.11
scipy
scipy
matplotlib
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pm4py',
version='1.0.2',
version='1.0.3',
packages=['pm4py', 'pm4py.algo', 'pm4py.algo.other', 'pm4py.algo.other.simple', 'pm4py.algo.other.simple.model',
'pm4py.algo.other.simple.model.pandas', 'pm4py.algo.other.simple.model.pandas.versions',
'pm4py.algo.other.simple.model.tracelog', 'pm4py.algo.other.simple.model.tracelog.versions',
Expand Down Expand Up @@ -70,6 +70,7 @@
'graphviz',
'pandas',
'networkx==1.11',
'scipy'
'scipy',
'matplotlib'
]
)

0 comments on commit 92f3c40

Please sign in to comment.