File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ RUN apt-get -y install gcc g++ flex bison pkg-config automake autoconf cmake
7
7
RUN apt-get -y install python3-dev python3-pydot python3-tk
8
8
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
9
9
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
11
11
RUN pip3 install colorama==0.4.6 cycler==0.12.1 pydotplus==2.0.2 pyparsing==3.2.3 tqdm==4.67.1
12
12
RUN pip3 install lxml==5.4.0 numpy==2.2.6 pandas==2.2.3 scipy==1.15.3
13
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.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
16
16
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
17
17
18
18
# RUN cd / && git clone https://github.com/numpy/numpy.git && cd /numpy && git submodule update --init && pip3 install .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pyparsing==3.2.3
18
18
python-dateutil==2.9.0.post0
19
19
pytz==2025.2
20
20
scipy==1.15.3
21
- setuptools==80.7.1
21
+ setuptools==80.8.0
22
22
six==1.17.0
23
23
sortedcontainers==2.4.0
24
24
tqdm==4.67.1
Original file line number Diff line number Diff line change 26
26
| python-dateutil | https://pypi.org/pypi/python-dateutil/json | BSD License | 2.9.0.post0 |
27
27
| pytz | https://pypi.org/pypi/pytz/json | MIT License | 2025.2 |
28
28
| 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 |
30
30
| six | https://pypi.org/pypi/six/json | MIT License | 1.17.0 |
31
31
| sortedcontainers | https://pypi.org/pypi/sortedcontainers/json | Apache Software License | 2.4.0 |
32
32
| tqdm | https://pypi.org/pypi/tqdm/json | Mozilla Public License 2.0 (MPL 2.0) | 4.67.1 |
You can’t perform that action at this time.
0 commit comments