Skip to content

Commit 63b9984

Browse files
Merge remote-tracking branch 'upstream/hotfixes' into release
2 parents 08b8961 + 7c0a147 commit 63b9984

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==24.2 python-dateutil==2.9.0.post0 pytz==2025.1 setuptools==75.8.2 six==1.17.0 sortedcontainers==2.4.0 tzdata==2025.1 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==24.2 python-dateutil==2.9.0.post0 pytz==2025.1 setuptools==76.0.0 six==1.17.0 sortedcontainers==2.4.0 tzdata==2025.1 wheel==0.45.1
1111
RUN pip3 install colorama==0.4.6 cycler==0.12.1 pydotplus==2.0.2 pyparsing==3.2.1 tqdm==4.67.1
1212
RUN pip3 install lxml==5.3.1 numpy==2.2.3 pandas==2.2.3 scipy==1.15.2
1313
RUN pip3 install contourpy==1.3.1 fonttools==4.56.0 kiwisolver==1.4.8 matplotlib==3.10.1 pillow==11.1.0
14-
RUN pip3 install anyio==4.8.0 asttokens==3.0.0 attrs==25.1.0 certifi==2025.1.31 charset-normalizer==3.4.1 convertdate==2.4.0 decorator==5.2.1 distro==1.9.0 executing==2.2.0 h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 idna==3.10 ipython==9.0.1 jedi==0.19.2 Jinja2==3.1.6 jsonpickle==4.0.2 jsonschema-specifications==2024.10.1 lunardate==0.2.2 MarkupSafe==3.0.2 matplotlib-inline==0.1.7 parso==0.8.4 prompt-toolkit==3.0.50 pure-eval==0.2.3 pydantic==2.10.6 Pygments==2.19.1 pyluach==2.2.0 PyMeeus==0.5.12 referencing==0.36.2 rpds-py==0.23.1 sniffio==1.3.1 stack-data==0.6.3 traitlets==5.14.3 typing_extensions==4.12.2 urllib3==2.3.0 wcwidth==0.2.13
15-
RUN pip3 install jsonschema==4.23.0 openai==1.65.4 pyvis==0.3.2 requests==2.32.3 workalendar==17.0.0
14+
RUN pip3 install anyio==4.8.0 asttokens==3.0.0 attrs==25.3.0 certifi==2025.1.31 charset-normalizer==3.4.1 convertdate==2.4.0 decorator==5.2.1 distro==1.9.0 executing==2.2.0 h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 idna==3.10 ipython==9.0.2 jedi==0.19.2 Jinja2==3.1.6 jsonpickle==4.0.2 jsonschema-specifications==2024.10.1 lunardate==0.2.2 MarkupSafe==3.0.2 matplotlib-inline==0.1.7 parso==0.8.4 prompt-toolkit==3.0.50 pure-eval==0.2.3 pydantic==2.10.6 Pygments==2.19.1 pyluach==2.2.0 PyMeeus==0.5.12 referencing==0.36.2 rpds-py==0.23.1 sniffio==1.3.1 stack-data==0.6.3 traitlets==5.14.3 typing_extensions==4.12.2 urllib3==2.3.0 wcwidth==0.2.13
15+
RUN pip3 install jsonschema==4.23.0 openai==1.66.3 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.1
1818
python-dateutil==2.9.0.post0
1919
pytz==2025.1
2020
scipy==1.15.2
21-
setuptools==75.8.2
21+
setuptools==76.0.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.1 |
2828
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.15.2 |
29-
| setuptools | https://pypi.org/pypi/setuptools/json | MIT License | 75.8.2 |
29+
| setuptools | https://pypi.org/pypi/setuptools/json | MIT License | 76.0.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)