Skip to content

Commit 0754ee1

Browse files
updated dependencies
1 parent 72ec8ec commit 0754ee1

3 files changed

Lines changed: 21 additions & 21 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.0 python-dateutil==2.9.0.post0 pytz==2026.1.post1 setuptools==82.0.0 six==1.17.0 tzdata==2025.3 wheel==0.46.3
10+
RUN pip3 install graphviz==0.21 networkx==3.6.1 packaging==26.0 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
1111
RUN 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.2 numpy==2.4.2 pandas==3.0.1 scipy==1.17.1
13-
RUN pip3 install contourpy==1.3.3 fonttools==4.61.1 kiwisolver==1.4.9 matplotlib==3.10.8 pillow==12.1.1
14-
RUN pip3 install annotated-types==0.7.0 anyio==4.12.1 asttokens==3.0.1 attrs==25.4.0 certifi==2026.2.25 charset-normalizer==3.4.5 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.11.0 jedi==0.19.2 Jinja2==3.1.6 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.12.5 pydantic_core==2.42.0 Pygments==2.19.2 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
15-
RUN pip3 install jsonschema==4.26.0 openai==2.26.0 pyvis==0.3.2 requests==2.32.5 workalendar==17.0.0
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.0 pydantic_core==2.46.0 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
15+
RUN pip3 install jsonschema==4.26.0 openai==2.31.0 pyvis==0.3.2 requests==2.33.1 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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
colorama==0.4.6
22
contourpy==1.3.3
33
cycler==0.12.1
4-
fonttools==4.61.1
4+
fonttools==4.62.1
55
graphviz==0.21
6-
kiwisolver==1.4.9
7-
lxml==6.0.2
6+
kiwisolver==1.5.0
7+
lxml==6.0.4
88
matplotlib==3.10.8
99
networkx==3.6.1
10-
numpy==2.4.2
10+
numpy==2.4.4
1111
packaging==26.0
12-
pandas==3.0.1
13-
pillow==12.1.1
12+
pandas==3.0.2
13+
pillow==12.2.0
1414
pyparsing==3.3.2
1515
python-dateutil==2.9.0.post0
1616
pytz==2026.1.post1
1717
scipy==1.17.1
18-
setuptools==82.0.0
18+
setuptools==82.0.1
1919
six==1.17.0
2020
tqdm==4.67.3
21-
tzdata==2025.3
21+
tzdata==2026.1
2222
wheel==0.46.3

third_party/LICENSES_TRANSITIVE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
| colorama | https://pypi.org/pypi/colorama/json | BSD License | 0.4.6 |
1010
| contourpy | https://pypi.org/pypi/contourpy/json | BSD License | 1.3.3 |
1111
| cycler | https://pypi.org/pypi/cycler/json | BSD License | 0.12.1 |
12-
| fonttools | https://pypi.org/pypi/fonttools/json | Unspecified | 4.61.1 |
12+
| fonttools | https://pypi.org/pypi/fonttools/json | Unspecified | 4.62.1 |
1313
| graphviz | https://pypi.org/pypi/graphviz/json | Unspecified | 0.21 |
14-
| kiwisolver | https://pypi.org/pypi/kiwisolver/json | BSD License | 1.4.9 |
15-
| lxml | https://pypi.org/pypi/lxml/json | Unspecified | 6.0.2 |
14+
| kiwisolver | https://pypi.org/pypi/kiwisolver/json | BSD License | 1.5.0 |
15+
| lxml | https://pypi.org/pypi/lxml/json | Unspecified | 6.0.4 |
1616
| matplotlib | https://pypi.org/pypi/matplotlib/json | Python Software Foundation License | 3.10.8 |
1717
| networkx | https://pypi.org/pypi/networkx/json | Unspecified | 3.6.1 |
18-
| numpy | https://pypi.org/pypi/numpy/json | Unspecified | 2.4.2 |
18+
| numpy | https://pypi.org/pypi/numpy/json | Unspecified | 2.4.4 |
1919
| packaging | https://pypi.org/pypi/packaging/json | Unspecified | 26.0 |
20-
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 3.0.1 |
21-
| pillow | https://pypi.org/pypi/pillow/json | Unspecified | 12.1.1 |
20+
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 3.0.2 |
21+
| pillow | https://pypi.org/pypi/pillow/json | Unspecified | 12.2.0 |
2222
| pyparsing | https://pypi.org/pypi/pyparsing/json | Unspecified | 3.3.2 |
2323
| python-dateutil | https://pypi.org/pypi/python-dateutil/json | BSD License | 2.9.0.post0 |
2424
| pytz | https://pypi.org/pypi/pytz/json | MIT License | 2026.1.post1 |
2525
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.17.1 |
26-
| setuptools | https://pypi.org/pypi/setuptools/json | Unspecified | 82.0.0 |
26+
| 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 | 2025.3 |
29+
| tzdata | https://pypi.org/pypi/tzdata/json | Unspecified | 2026.1 |
3030
| wheel | https://pypi.org/pypi/wheel/json | Unspecified | 0.46.3 |

0 commit comments

Comments
 (0)