Skip to content

Commit 020a6bb

Browse files
Merge remote-tracking branch 'upstream/hotfixes' into release
2 parents 302c210 + 623a6d0 commit 020a6bb

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ RUN apt-get -y install gcc g++ flex bison pkg-config automake autoconf cmake
77
RUN apt-get -y install python3-dev python3-pydot python3-tk
88
RUN 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
99
RUN python3 -m pip install --upgrade pip
10-
RUN pip3 install deprecation==2.1.0 graphviz==0.20.3 intervaltree==3.1.0 networkx==3.4.2 packaging==25.0 python-dateutil==2.9.0.post0 pytz==2025.2 setuptools==80.8.0 six==1.17.0 sortedcontainers==2.4.0 tzdata==2025.2 wheel==0.45.1
10+
RUN pip3 install deprecation==2.1.0 graphviz==0.21 intervaltree==3.1.0 networkx==3.5 packaging==25.0 python-dateutil==2.9.0.post0 pytz==2025.2 setuptools==80.9.0 six==1.17.0 sortedcontainers==2.4.0 tzdata==2025.2 wheel==0.45.1
1111
RUN pip3 install colorama==0.4.6 cycler==0.12.1 pydotplus==2.0.2 pyparsing==3.2.3 tqdm==4.67.1
12-
RUN pip3 install lxml==5.4.0 numpy==2.2.6 pandas==2.2.3 scipy==1.15.3
13-
RUN pip3 install contourpy==1.3.2 fonttools==4.58.0 kiwisolver==1.4.8 matplotlib==3.10.3 pillow==11.2.1
14-
RUN pip3 install anyio==4.9.0 asttokens==3.0.0 attrs==25.3.0 certifi==2025.4.26 charset-normalizer==3.4.2 convertdate==2.4.0 decorator==5.2.1 distro==1.9.0 executing==2.2.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.10 ipython==9.2.0 jedi==0.19.2 Jinja2==3.1.6 jsonpickle==4.1.0 jsonschema-specifications==2025.4.1 lunardate==0.2.2 MarkupSafe==3.0.2 matplotlib-inline==0.1.7 parso==0.8.4 prompt-toolkit==3.0.51 pure-eval==0.2.3 pydantic==2.11.5 Pygments==2.19.1 pyluach==2.2.0 PyMeeus==0.5.12 referencing==0.36.2 rpds-py==0.25.1 sniffio==1.3.1 stack-data==0.6.3 traitlets==5.14.3 typing_extensions==4.13.2 urllib3==2.4.0 wcwidth==0.2.13
15-
RUN pip3 install jsonschema==4.23.0 openai==1.82.0 pyvis==0.3.2 requests==2.32.3 workalendar==17.0.0
12+
RUN pip3 install lxml==6.0.0 numpy==2.3.1 pandas==2.3.0 scipy==1.16.0
13+
RUN pip3 install contourpy==1.3.2 fonttools==4.58.5 kiwisolver==1.4.8 matplotlib==3.10.3 pillow==11.3.0
14+
RUN pip3 install anyio==4.9.0 asttokens==3.0.0 attrs==25.3.0 certifi==2025.6.15 charset-normalizer==3.4.2 convertdate==2.4.0 decorator==5.2.1 distro==1.9.0 executing==2.2.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 idna==3.10 ipython==9.4.0 jedi==0.19.2 Jinja2==3.1.6 jsonpickle==4.1.1 jsonschema-specifications==2025.4.1 lunardate==0.2.2 MarkupSafe==3.0.2 matplotlib-inline==0.1.7 parso==0.8.4 prompt-toolkit==3.0.51 pure-eval==0.2.3 pydantic==2.11.7 Pygments==2.19.2 pyluach==2.2.0 PyMeeus==0.5.12 referencing==0.36.2 rpds-py==0.26.0 sniffio==1.3.1 stack-data==0.6.3 traitlets==5.14.3 typing_extensions==4.14.1 urllib3==2.5.0 wcwidth==0.2.13
15+
RUN pip3 install jsonschema==4.24.0 openai==1.93.0 pyvis==0.3.2 requests==2.32.4 workalendar==17.0.0
1616
RUN 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 .

requirements_stable.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ colorama==0.4.6
22
contourpy==1.3.2
33
cycler==0.12.1
44
deprecation==2.1.0
5-
fonttools==4.58.0
6-
graphviz==0.20.3
5+
fonttools==4.58.5
6+
graphviz==0.21
77
intervaltree==3.1.0
88
kiwisolver==1.4.8
9-
lxml==5.4.0
9+
lxml==6.0.0
1010
matplotlib==3.10.3
11-
networkx==3.4.2
12-
numpy==2.2.6
11+
networkx==3.5
12+
numpy==2.3.1
1313
packaging==25.0
14-
pandas==2.2.3
15-
pillow==11.2.1
14+
pandas==2.3.0
15+
pillow==11.3.0
1616
pydotplus==2.0.2
1717
pyparsing==3.2.3
1818
python-dateutil==2.9.0.post0
1919
pytz==2025.2
20-
scipy==1.15.3
21-
setuptools==80.8.0
20+
scipy==1.16.0
21+
setuptools==80.9.0
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tqdm==4.67.1

third_party/LICENSES_TRANSITIVE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
| contourpy | https://pypi.org/pypi/contourpy/json | BSD License | 1.3.2 |
1111
| cycler | https://pypi.org/pypi/cycler/json | BSD License | 0.12.1 |
1212
| deprecation | https://pypi.org/pypi/deprecation/json | Apache Software License | 2.1.0 |
13-
| fonttools | https://pypi.org/pypi/fonttools/json | Unspecified | 4.58.0 |
14-
| graphviz | https://pypi.org/pypi/graphviz/json | MIT License | 0.20.3 |
13+
| fonttools | https://pypi.org/pypi/fonttools/json | Unspecified | 4.58.5 |
14+
| graphviz | https://pypi.org/pypi/graphviz/json | Unspecified | 0.21 |
1515
| intervaltree | https://pypi.org/pypi/intervaltree/json | Apache Software License | 3.1.0 |
1616
| kiwisolver | https://pypi.org/pypi/kiwisolver/json | BSD License | 1.4.8 |
17-
| lxml | https://pypi.org/pypi/lxml/json | BSD License | 5.4.0 |
17+
| lxml | https://pypi.org/pypi/lxml/json | BSD License | 6.0.0 |
1818
| matplotlib | https://pypi.org/pypi/matplotlib/json | Python Software Foundation License | 3.10.3 |
19-
| networkx | https://pypi.org/pypi/networkx/json | BSD License | 3.4.2 |
20-
| numpy | https://pypi.org/pypi/numpy/json | BSD License | 2.2.6 |
19+
| networkx | https://pypi.org/pypi/networkx/json | BSD License | 3.5 |
20+
| numpy | https://pypi.org/pypi/numpy/json | BSD License | 2.3.1 |
2121
| packaging | https://pypi.org/pypi/packaging/json | BSD License | 25.0 |
22-
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 2.2.3 |
23-
| pillow | https://pypi.org/pypi/pillow/json | Unspecified | 11.2.1 |
22+
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 2.3.0 |
23+
| pillow | https://pypi.org/pypi/pillow/json | Unspecified | 11.3.0 |
2424
| pydotplus | https://pypi.org/pypi/pydotplus/json | MIT License | 2.0.2 |
2525
| pyparsing | https://pypi.org/pypi/pyparsing/json | MIT License | 3.2.3 |
2626
| python-dateutil | https://pypi.org/pypi/python-dateutil/json | BSD License | 2.9.0.post0 |
2727
| pytz | https://pypi.org/pypi/pytz/json | MIT License | 2025.2 |
28-
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.15.3 |
29-
| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 80.8.0 |
28+
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.16.0 |
29+
| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 80.9.0 |
3030
| six | https://pypi.org/pypi/six/json | MIT License | 1.17.0 |
3131
| sortedcontainers | https://pypi.org/pypi/sortedcontainers/json | Apache Software License | 2.4.0 |
3232
| tqdm | https://pypi.org/pypi/tqdm/json | Mozilla Public License 2.0 (MPL 2.0) | 4.67.1 |

0 commit comments

Comments
 (0)