Skip to content

Commit 46ac3fd

Browse files
Merge remote-tracking branch 'upstream/hotfixes' into release
2 parents 77fb82b + d48ff17 commit 46ac3fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 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.7.1 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.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
1111
RUN pip3 install colorama==0.4.6 cycler==0.12.1 pydotplus==2.0.2 pyparsing==3.2.3 tqdm==4.67.1
1212
RUN pip3 install lxml==5.4.0 numpy==2.2.6 pandas==2.2.3 scipy==1.15.3
1313
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.0.5 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.4 Pygments==2.19.1 pyluach==2.2.0 PyMeeus==0.5.12 referencing==0.36.2 rpds-py==0.25.0 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.79.0 pyvis==0.3.2 requests==2.32.3 workalendar==17.0.0
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
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pyparsing==3.2.3
1818
python-dateutil==2.9.0.post0
1919
pytz==2025.2
2020
scipy==1.15.3
21-
setuptools==80.7.1
21+
setuptools==80.8.0
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tqdm==4.67.1

third_party/LICENSES_TRANSITIVE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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 |
2828
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.15.3 |
29-
| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 80.7.1 |
29+
| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 80.8.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)