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,11 +7,11 @@ 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.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
10+ RUN pip3 install graphviz==0.21 networkx==3.6.1 packaging==26.2 python-dateutil==2.9.0.post0 pytz==2026.1.post1 setuptools==82.0.1 six==1.17.0 tzdata==2026.2 wheel==0.47.0
1111RUN pip3 install colorama==0.4.6 cycler==0.12.1 pyparsing==3.3.2 tqdm==4.67.3
12- RUN pip3 install lxml==6.0.4 numpy==2.4.4 pandas==3.0.2 scipy==1.17.1
13- RUN 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.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
12+ RUN pip3 install lxml==6.1.0 numpy==2.4.4 pandas==3.0.2 scipy==1.17.1
13+ RUN pip3 install contourpy==1.3.3 fonttools==4.62.1 kiwisolver==1.5.0 matplotlib==3.10.9 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.4.22 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.13 ipython==9.13 .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.3 pydantic_core==2.46.3 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
1515RUN 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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ cycler==0.12.1
44fonttools==4.62.1
55graphviz==0.21
66kiwisolver==1.5.0
7- lxml==6.0.4
8- matplotlib==3.10.8
7+ lxml==6.1.0
8+ matplotlib==3.10.9
99networkx==3.6.1
1010numpy==2.4.4
11- packaging==26.1
11+ packaging==26.2
1212pandas==3.0.2
1313pillow==12.2.0
1414pyparsing==3.3.2
@@ -18,5 +18,5 @@ scipy==1.17.1
1818setuptools==82.0.1
1919six==1.17.0
2020tqdm==4.67.3
21- tzdata==2026.1
22- wheel==0.46.3
21+ tzdata==2026.2
22+ wheel==0.47.0
Original file line number Diff line number Diff line change 1212| fonttools | https://pypi.org/pypi/fonttools/json | Unspecified | 4.62.1 |
1313| graphviz | https://pypi.org/pypi/graphviz/json | Unspecified | 0.21 |
1414| kiwisolver | https://pypi.org/pypi/kiwisolver/json | BSD License | 1.5.0 |
15- | lxml | https://pypi.org/pypi/lxml/json | Unspecified | 6.0.4 |
16- | matplotlib | https://pypi.org/pypi/matplotlib/json | Python Software Foundation License | 3.10.8 |
15+ | lxml | https://pypi.org/pypi/lxml/json | Unspecified | 6.1.0 |
16+ | matplotlib | https://pypi.org/pypi/matplotlib/json | Python Software Foundation License | 3.10.9 |
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.1 |
19+ | packaging | https://pypi.org/pypi/packaging/json | Unspecified | 26.2 |
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 |
2626| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 82.0.1 |
2727| six | https://pypi.org/pypi/six/json | MIT License | 1.17.0 |
2828| tqdm | https://pypi.org/pypi/tqdm/json | Unspecified | 4.67.3 |
29- | tzdata | https://pypi.org/pypi/tzdata/json | Unspecified | 2026.1 |
30- | wheel | https://pypi.org/pypi/wheel/json | Unspecified | 0.46.3 |
29+ | tzdata | https://pypi.org/pypi/tzdata/json | Unspecified | 2026.2 |
30+ | wheel | https://pypi.org/pypi/wheel/json | Unspecified | 0.47.0 |
You can’t perform that action at this time.
0 commit comments