Skip to content

Commit

Permalink
Merge branch 'release' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fit-alessandro-berti committed Jan 7, 2025
2 parents ea115cc + 91f8c26 commit f1e42d1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ RUN apt-get -y install gcc g++ flex bison pkg-config automake autoconf cmake
RUN apt-get -y install python3-dev python3-pydot python3-tk
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
RUN python3 -m pip install --upgrade pip
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==2024.2 setuptools==75.6.0 six==1.17.0 sortedcontainers==2.4.0 tzdata==2024.2 wheel==0.45.1
RUN pip3 install colorama==0.4.6 cycler==0.12.1 pydotplus==2.0.2 pyparsing==3.2.0 tqdm==4.67.1
RUN pip3 install lxml==5.3.0 numpy==2.2.1 pandas==2.2.3 scipy==1.14.1
RUN pip3 install contourpy==1.3.1 fonttools==4.55.3 kiwisolver==1.4.8 matplotlib==3.10.0 pillow==11.0.0
RUN pip3 install anyio==4.7.0 attrs==24.3.0 certifi==2024.12.14 charset-normalizer==3.4.1 distro==1.9.0 h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 idna==3.10 jiter==0.8.2 jsonschema-specifications==2024.10.1 pydantic==2.10.4 referencing==0.35.1 rpds-py==0.22.3 sniffio==1.3.1 typing_extensions==4.12.2 urllib3==2.3.0
RUN pip3 install jsonschema==4.23.0 openai==1.58.1 requests==2.32.3
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==2024.2 setuptools==75.7.0 six==1.17.0 sortedcontainers==2.4.0 tzdata==2024.2 wheel==0.45.1
RUN pip3 install colorama==0.4.6 cycler==0.12.1 pydotplus==2.0.2 pyparsing==3.2.1 tqdm==4.67.1
RUN pip3 install lxml==5.3.0 numpy==2.2.1 pandas==2.2.3 scipy==1.15.0
RUN pip3 install contourpy==1.3.1 fonttools==4.55.3 kiwisolver==1.4.8 matplotlib==3.10.0 pillow==11.1.0
RUN pip3 install anyio==4.8.0 attrs==24.3.0 certifi==2024.12.14 charset-normalizer==3.4.1 distro==1.9.0 h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 idna==3.10 jiter==0.8.2 jsonschema-specifications==2024.10.1 pydantic==2.10.4 referencing==0.35.1 rpds-py==0.22.3 sniffio==1.3.1 typing_extensions==4.12.2 urllib3==2.3.0
RUN pip3 install jsonschema==4.23.0 openai==1.59.3 requests==2.32.3
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

#RUN cd / && git clone https://github.com/numpy/numpy.git && cd /numpy && git submodule update --init && pip3 install .
Expand Down
12 changes: 6 additions & 6 deletions requirements_stable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ networkx==3.4.2
numpy==2.2.1
packaging==24.2
pandas==2.2.3
pillow==11.0.0
pillow==11.1.0
pydotplus==2.0.2
pyparsing==3.2.0
pyparsing==3.2.1
python-dateutil==2.9.0.post0
pytz==2024.1
scipy==1.14.0
setuptools==70.3.0
six==1.16.0
pytz==2024.2
scipy==1.15.0
setuptools==75.7.0
six==1.17.0
sortedcontainers==2.4.0
tqdm==4.67.1
tzdata==2024.2
Expand Down
8 changes: 4 additions & 4 deletions third_party/LICENSES_TRANSITIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
| numpy | https://pypi.org/pypi/numpy/json | BSD License | 2.2.1 |
| packaging | https://pypi.org/pypi/packaging/json | BSD License | 24.2 |
| pandas | https://pypi.org/pypi/pandas/json | BSD License | 2.2.3 |
| pillow | https://pypi.org/pypi/pillow/json | CMU License (MIT-CMU) | 11.0.0 |
| pillow | https://pypi.org/pypi/pillow/json | CMU License (MIT-CMU) | 11.1.0 |
| pydotplus | https://pypi.org/pypi/pydotplus/json | MIT License | 2.0.2 |
| pyparsing | https://pypi.org/pypi/pyparsing/json | MIT License | 3.2.0 |
| pyparsing | https://pypi.org/pypi/pyparsing/json | MIT License | 3.2.1 |
| python-dateutil | https://pypi.org/pypi/python-dateutil/json | BSD License | 2.9.0.post0 |
| pytz | https://pypi.org/pypi/pytz/json | MIT License | 2024.2 |
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.14.1 |
| setuptools | https://pypi.org/pypi/setuptools/json | MIT License | 75.6.0 |
| scipy | https://pypi.org/pypi/scipy/json | BSD License | 1.15.0 |
| setuptools | https://pypi.org/pypi/setuptools/json | MIT License | 75.7.0 |
| six | https://pypi.org/pypi/six/json | MIT License | 1.17.0 |
| sortedcontainers | https://pypi.org/pypi/sortedcontainers/json | Apache Software License | 2.4.0 |
| tqdm | https://pypi.org/pypi/tqdm/json | Mozilla Public License 2.0 (MPL 2.0) | 4.67.1 |
Expand Down

0 comments on commit f1e42d1

Please sign in to comment.