File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ RUN apt-get -y install gcc g++ flex bison pkg-config automake autoconf cmake
77RUN apt-get -y install python3-dev python3-pydot python3-tk
88RUN apt-get -y install libopenblas-dev liblapack-dev libboost-all-dev libncurses5-dev libtool libssl-dev libjemalloc-dev libboost-dev libboost-filesystem-dev libboost-system-dev libboost-regex-dev libxml2-dev libxslt-dev libfreetype6-dev libsuitesparse-dev libclang-16-dev llvm-16-dev libthrift-dev libfftw3-dev
99RUN python3 -m pip install --upgrade pip
10- RUN pip3 install graphviz==0.21 networkx==3.6.1 packaging==26.0 python-dateutil==2.9.0.post0 pytz==2026.1.post1 setuptools==82.0.1 six==1.17.0 tzdata==2026.1 wheel==0.46.3
10+ RUN pip3 install graphviz==0.21 networkx==3.6.1 packaging==26.1 python-dateutil==2.9.0.post0 pytz==2026.1.post1 setuptools==82.0.1 six==1.17.0 tzdata==2026.1 wheel==0.46.3
1111RUN pip3 install colorama==0.4.6 cycler==0.12.1 pyparsing==3.3.2 tqdm==4.67.3
1212RUN pip3 install lxml==6.0.4 numpy==2.4.4 pandas==3.0.2 scipy==1.17.1
1313RUN pip3 install contourpy==1.3.3 fonttools==4.62.1 kiwisolver==1.5.0 matplotlib==3.10.8 pillow==12.2.0
14- RUN pip3 install annotated-types==0.7.0 anyio==4.13.0 asttokens==3.0.1 attrs==26.1.0 certifi==2026.2.25 charset-normalizer==3.4.7 convertdate==2.4.1 decorator==5.2.1 distro==1.9.0 executing==2.2.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.11 ipython==9.12.0 jedi==0.19.2 Jinja2==3.1.6 jiter==0.14.0 jsonpickle==4.1.1 jsonschema-specifications==2025.9.1 lunardate==0.2.2 MarkupSafe==3.0.3 matplotlib-inline==0.2.1 parso==0.8.6 prompt-toolkit==3.0.52 pure-eval==0.2.3 pydantic==2.13.0 pydantic_core==2.46.0 Pygments==2.20.0 pyluach==2.3.0 PyMeeus==0.5.12 referencing==0.37.0 rpds-py==0.30.0 sniffio==1.3.1 stack-data==0.6.3 traitlets==5.14.3 typing-inspection==0.4.2 typing_extensions==4.15.0 urllib3==2.6.3 wcwidth==0.6.0
15- RUN pip3 install jsonschema==4.26.0 openai==2.31 .0 pyvis==0.3.2 requests==2.33.1 workalendar==17.0.0
14+ RUN pip3 install annotated-types==0.7.0 anyio==4.13.0 asttokens==3.0.1 attrs==26.1.0 certifi==2026.2.25 charset-normalizer==3.4.7 convertdate==2.4.1 decorator==5.2.1 distro==1.9.0 executing==2.2.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.11 ipython==9.12.0 jedi==0.19.2 Jinja2==3.1.6 jiter==0.14.0 jsonpickle==4.1.1 jsonschema-specifications==2025.9.1 lunardate==0.2.2 MarkupSafe==3.0.3 matplotlib-inline==0.2.1 parso==0.8.6 prompt-toolkit==3.0.52 pure-eval==0.2.3 pydantic==2.13.1 pydantic_core==2.46.1 Pygments==2.20.0 pyluach==2.3.0 PyMeeus==0.5.12 referencing==0.37.0 rpds-py==0.30.0 sniffio==1.3.1 stack-data==0.6.3 traitlets==5.14.3 typing-inspection==0.4.2 typing_extensions==4.15.0 urllib3==2.6.3 wcwidth==0.6.0
15+ RUN pip3 install jsonschema==4.26.0 openai==2.32 .0 pyvis==0.3.2 requests==2.33.1 workalendar==17.0.0
1616RUN pip3 install -U meson-python==0.15.0 Cython==3.0.10 ninja==1.11.1.1 spin==0.8 build==1.2.1 setuptools_scm==8.0.4
1717
1818# RUN cd / && git clone https://github.com/numpy/numpy.git && cd /numpy && git submodule update --init && pip3 install .
Original file line number Diff line number Diff line change 2020Contact: info@processintelligence.solutions
2121'''
2222__name__ = "pm4py"
23- VERSION = "2.7.22.2 "
23+ VERSION = "2.7.22.3 "
2424__version__ = VERSION
2525__doc__ = "Process mining for Python"
2626__author__ = "Process Intelligence Solutions (PIS)"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ lxml==6.0.4
88matplotlib==3.10.8
99networkx==3.6.1
1010numpy==2.4.4
11- packaging==26.0
11+ packaging==26.1
1212pandas==3.0.2
1313pillow==12.2.0
1414pyparsing==3.3.2
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ libraries are added/removed.
1616| matplotlib | https://pypi.org/pypi/matplotlib/json | Python Software Foundation License | 3.10.8 |
1717| networkx | https://pypi.org/pypi/networkx/json | Unspecified | 3.6.1 |
1818| numpy | https://pypi.org/pypi/numpy/json | Unspecified | 2.4.4 |
19- | packaging | https://pypi.org/pypi/packaging/json | Unspecified | 26.0 |
19+ | packaging | https://pypi.org/pypi/packaging/json | Unspecified | 26.1 |
2020| pandas | https://pypi.org/pypi/pandas/json | BSD License | 3.0.2 |
2121| pillow | https://pypi.org/pypi/pillow/json | Unspecified | 12.2.0 |
2222| pyparsing | https://pypi.org/pypi/pyparsing/json | Unspecified | 3.3.2 |
You can’t perform that action at this time.
0 commit comments