Skip to content

Commit 9c8b708

Browse files
committed
Merge remote-tracking branch 'upstream/hotfixes' into release
2 parents 7bf087a + 67e0bf8 commit 9c8b708

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

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 graphviz==0.21 networkx==3.6.1 packaging==26.2 python-dateutil==2.9.0.post0 pytz==2026.2 setuptools==83.0.0 six==1.17.0 wheel==0.47.0
11-
RUN pip3 install cycler==0.12.1 pyparsing==3.3.2 tqdm==4.69.0
12-
RUN pip3 install lxml==6.1.1 numpy==2.5.1 pandas==3.0.4 scipy==1.18.0
10+
RUN pip3 install graphviz==0.21 networkx==3.6.1 packaging==26.2 python-dateutil==2.9.0.post0 pytz==2026.3.post1 setuptools==83.0.0 six==1.17.0 wheel==0.47.0
11+
RUN pip3 install cycler==0.12.1 pyparsing==3.3.2 tqdm==4.70.0
12+
RUN pip3 install lxml==6.1.1 numpy==2.5.1 pandas==3.0.5 scipy==1.18.0
1313
RUN pip3 install contourpy==1.3.3 fonttools==4.63.0 kiwisolver==1.5.0 matplotlib==3.11.1 pillow==12.3.0
14-
RUN pip3 install attrs==26.1.0 certifi==2026.6.17 charset-normalizer==3.4.9 convertdate==2.4.1 idna==3.18 jsonschema-specifications==2025.9.1 lunardate==0.3.0 pyluach==2.3.0 PyMeeus==0.5.12 referencing==0.37.0 rpds-py==2026.6.3 urllib3==2.7.0
15-
RUN pip3 install jsonschema==4.26.0 requests==2.34.2 workalendar==17.0.0
14+
RUN pip3 install attrs==26.1.0 certifi==2026.7.22 charset-normalizer==3.4.9 idna==3.18 jsonschema-specifications==2025.9.1 referencing==0.37.0 rpds-py==2026.6.3 urllib3==2.7.0
15+
RUN pip3 install jsonschema==4.26.0 requests==2.34.2
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ matplotlib==3.11.1
88
networkx==3.6.1
99
numpy==2.5.1
1010
packaging==26.2
11-
pandas==3.0.4
11+
pandas==3.0.5
1212
pillow==12.3.0
1313
pyparsing==3.3.2
1414
python-dateutil==2.9.0.post0
15-
pytz==2026.2
15+
pytz==2026.3.post1
1616
scipy==1.18.0
1717
setuptools==83.0.0
1818
six==1.17.0
19-
tqdm==4.69.0
19+
tqdm==4.70.0
2020
wheel==0.47.0

third_party/LICENSES_TRANSITIVE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
| networkx | https://pypi.org/pypi/networkx/json | Unspecified | 3.6.1 |
1717
| numpy | https://pypi.org/pypi/numpy/json | Unspecified | 2.5.1 |
1818
| packaging | https://pypi.org/pypi/packaging/json | Unspecified | 26.2 |
19-
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 3.0.4 |
19+
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 3.0.5 |
2020
| pillow | https://pypi.org/pypi/pillow/json | Unspecified | 12.3.0 |
2121
| pyparsing | https://pypi.org/pypi/pyparsing/json | Unspecified | 3.3.2 |
2222
| python-dateutil | https://pypi.org/pypi/python-dateutil/json | BSD License | 2.9.0.post0 |
23-
| pytz | https://pypi.org/pypi/pytz/json | MIT License | 2026.2 |
23+
| pytz | https://pypi.org/pypi/pytz/json | MIT License | 2026.3.post1 |
2424
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.18.0 |
2525
| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 83.0.0 |
2626
| six | https://pypi.org/pypi/six/json | MIT License | 1.17.0 |
27-
| tqdm | https://pypi.org/pypi/tqdm/json | Unspecified | 4.69.0 |
27+
| tqdm | https://pypi.org/pypi/tqdm/json | Unspecified | 4.70.0 |
2828
| wheel | https://pypi.org/pypi/wheel/json | Unspecified | 0.47.0 |

0 commit comments

Comments
 (0)