Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/hotfixes' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Apr 4, 2024
2 parents 285df5c + 2d9ab35 commit 272f425
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get -y install libtool flex bison pkg-config g++ libssl-dev automake
RUN apt-get -y install libjemalloc-dev libboost-dev libboost-filesystem-dev libboost-system-dev libboost-regex-dev python3-dev autoconf flex bison cmake
RUN apt-get -y install libxml2-dev libxslt-dev libfreetype6-dev libsuitesparse-dev
RUN pip install -U wheel six pytest
RUN pip install colorama==0.4.6 contourpy==1.2.0 cycler==0.12.1 deprecation==2.1.0 fonttools==4.49.0 graphviz==0.20.1 intervaltree==3.1.0 kiwisolver==1.4.5 lxml==5.1.0 matplotlib==3.8.3 networkx==3.2.1 numpy==1.26.4 packaging==23.2 pandas==2.2.1 pillow==10.2.0 pydotplus==2.0.2 pyparsing==3.1.1 python-dateutil==2.9.0.post0 pytz==2024.1 scipy==1.12.0 six==1.16.0 sortedcontainers==2.4.0 tqdm==4.66.2 tzdata==2024.1
RUN pip install colorama==0.4.6 contourpy==1.2.1 cycler==0.12.1 deprecation==2.1.0 fonttools==4.50.0 graphviz==0.20.3 intervaltree==3.1.0 kiwisolver==1.4.5 lxml==5.2.1 matplotlib==3.8.4 networkx==3.2.1 numpy==1.26.4 packaging==24.0 pandas==2.2.1 pillow==10.3.0 pydotplus==2.0.2 pyparsing==3.1.2 python-dateutil==2.9.0.post0 pytz==2024.1 scipy==1.13.0 six==1.16.0 sortedcontainers==2.4.0 tqdm==4.66.2 tzdata==2024.1

COPY . /app
RUN cd /app && python setup.py install
2 changes: 1 addition & 1 deletion pm4py/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'''

__name__ = 'pm4py'
VERSION = '2.7.11.4'
VERSION = '2.7.11.5'
__version__ = VERSION
__doc__ = 'Process mining for Python'
__author__ = 'Fraunhofer Institute for Applied Information Technology FIT'
Expand Down
14 changes: 7 additions & 7 deletions requirements_stable.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
colorama==0.4.6
contourpy==1.2.0
contourpy==1.2.1
cycler==0.12.1
deprecation==2.1.0
fonttools==4.49.0
graphviz==0.20.1
fonttools==4.50.0
graphviz==0.20.3
intervaltree==3.1.0
kiwisolver==1.4.5
lxml==5.1.0
matplotlib==3.8.3
lxml==5.2.1
matplotlib==3.8.4
networkx==3.2.1
numpy==1.26.4
packaging==24.0
pandas==2.2.1
pillow==10.2.0
pillow==10.3.0
pydotplus==2.0.2
pyparsing==3.1.2
python-dateutil==2.9.0.post0
pytz==2024.1
scipy==1.12.0
scipy==1.13.0
six==1.16.0
sortedcontainers==2.4.0
tqdm==4.66.2
Expand Down
50 changes: 25 additions & 25 deletions third_party/LICENSES_TRANSITIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ PM4Py depends on third party libraries to implement some functionality. This doc
PM4Py depends upon. This is a best effort attempt to describe the library's dependencies, it is subject to change as
libraries are added/removed.

| Name | URL | License | Version |
| --------------------------- | ------------------------------------------------------------ | --------------------- | ------------------- |
| colorama | https://pypi.org/project/colorama | BSD License | 0.4.6 |
| contourpy | https://pypi.org/project/contourpy | BSD License | 1.2.0 |
| cycler | https://pypi.org/project/cycler | BSD License | 0.12.1 |
| deprecation | https://pypi.org/project/deprecation | Apache Software License (Apache 2) | 2.1.0 |
| fonttools | https://pypi.org/project/fonttools | MIT License (MIT) | 4.49.0 |
| graphviz | https://pypi.org/project/graphviz | MIT License (MIT) | 0.20.1 |
| intervaltree | https://pypi.org/project/intervaltree | Apache Software License (Apache License, Version 2.0) | 3.1.0 |
| kiwisolver | https://pypi.org/project/kiwisolver | BSD License | 1.4.5 |
| lxml | https://pypi.org/project/lxml | BSD License (BSD-3-Clause) | 5.1.0 |
| matplotlib | https://pypi.org/project/matplotlib | Python Software Foundation License (PSF) | 3.8.3 |
| networkx | https://pypi.org/project/networkx | BSD License | 3.2.1 |
| numpy | https://pypi.org/project/numpy | BSD License | 1.26.4 |
| packaging | https://pypi.org/project/packaging | Apache Software License, BSD License | 23.2 |
| pandas | https://pypi.org/project/pandas | BSD License | 2.2.1 |
| pillow | https://pypi.org/project/pillow | Historical Permission Notice and Disclaimer (HPND) (HPND) | 10.2.0 |
| pydotplus | https://pypi.org/project/pydotplus | MIT License (UNKNOWN) | 2.0.2 |
| pyparsing | https://pypi.org/project/pyparsing | MIT License | 3.1.1 |
| Name | URL | License | Version |
| --------------------------- | ------------------------------------------------------------ | --------------------- |-------------|
| colorama | https://pypi.org/project/colorama | BSD License | 0.4.6 |
| contourpy | https://pypi.org/project/contourpy | BSD License | 1.2.1 |
| cycler | https://pypi.org/project/cycler | BSD License | 0.12.1 |
| deprecation | https://pypi.org/project/deprecation | Apache Software License (Apache 2) | 2.1.0 |
| fonttools | https://pypi.org/project/fonttools | MIT License (MIT) | 4.50.0 |
| graphviz | https://pypi.org/project/graphviz | MIT License (MIT) | 0.20.3 |
| intervaltree | https://pypi.org/project/intervaltree | Apache Software License (Apache License, Version 2.0) | 3.1.0 |
| kiwisolver | https://pypi.org/project/kiwisolver | BSD License | 1.4.5 |
| lxml | https://pypi.org/project/lxml | BSD License (BSD-3-Clause) | 5.2.1 |
| matplotlib | https://pypi.org/project/matplotlib | Python Software Foundation License (PSF) | 3.8.4 |
| networkx | https://pypi.org/project/networkx | BSD License | 3.2.1 |
| numpy | https://pypi.org/project/numpy | BSD License | 1.26.4 |
| packaging | https://pypi.org/project/packaging | Apache Software License, BSD License | 24.0 |
| pandas | https://pypi.org/project/pandas | BSD License | 2.2.1 |
| pillow | https://pypi.org/project/pillow | Historical Permission Notice and Disclaimer (HPND) (HPND) | 10.3.0 |
| pydotplus | https://pypi.org/project/pydotplus | MIT License (UNKNOWN) | 2.0.2 |
| pyparsing | https://pypi.org/project/pyparsing | MIT License | 3.1.2 |
| python-dateutil | https://pypi.org/project/python-dateutil | Apache Software License, BSD License (Dual License) | 2.9.0.post0 |
| pytz | https://pypi.org/project/pytz | MIT License (MIT) | 2024.1 |
| scipy | https://pypi.org/project/scipy | BSD License | 1.12.0 |
| six | https://pypi.org/project/six | MIT License (MIT) | 1.16.0 |
| sortedcontainers | https://pypi.org/project/sortedcontainers | Apache Software License (Apache 2.0) | 2.4.0 |
| tqdm | https://pypi.org/project/tqdm | MIT License, Mozilla Public License 2.0 (MPL 2.0) (MPL-2.0 AND MIT) | 4.66.2 |
| tzdata | https://pypi.org/project/tzdata | Apache Software License (Apache-2.0) | 2024.1 |
| pytz | https://pypi.org/project/pytz | MIT License (MIT) | 2024.1 |
| scipy | https://pypi.org/project/scipy | BSD License | 1.13.0 |
| six | https://pypi.org/project/six | MIT License (MIT) | 1.16.0 |
| sortedcontainers | https://pypi.org/project/sortedcontainers | Apache Software License (Apache 2.0) | 2.4.0 |
| tqdm | https://pypi.org/project/tqdm | MIT License, Mozilla Public License 2.0 (MPL 2.0) (MPL-2.0 AND MIT) | 4.66.2 |
| tzdata | https://pypi.org/project/tzdata | Apache Software License (Apache-2.0) | 2024.1 |

0 comments on commit 272f425

Please sign in to comment.