Skip to content

Commit

Permalink
Enables the major version from numpy (#1538)
Browse files Browse the repository at this point in the history
* bump numpy version

* bump pyarrow version

* Remove pyarrow from the dockerfile

* moved certifi from dockerfile to requirements
  • Loading branch information
Tansito authored Nov 21, 2024
1 parent 67ddfbb commit f9a10e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile-ray-node
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ RUN pip install --upgrade --no-cache-dir pip>=24.2 &&\

RUN pip install -r requirements.txt --no-cache-dir &&\
pip install . --no-cache-dir &&\
pip install --no-cache-dir pyarrow==14.0.1 &&\
pip install --no-cache-dir certifi==2024.7.4 &&\
cp -r -n /usr/local/lib64/python3.11/site-packages/symengine /usr/local/lib/python3.11/site-packages &&\
cp -r -n /usr/local/lib/python3.11/site-packages/symengine /usr/local/lib64/python3.11/site-packages

Expand Down
5 changes: 4 additions & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ s3fs>=2023.6.0
opentelemetry-instrumentation-requests>=0.40b0
ipywidgets>=8.1.2, <9
ipython>=8.10.0, <9
numpy>=1.26.4, <2
numpy>=1.17, <3
# Minimum version of pyarrow to support the major version from numpy
pyarrow>=16.0.0, <19
aiohttp>=3.10.0, <4
zipp==3.19.1
certifi==2024.7.4

0 comments on commit f9a10e5

Please sign in to comment.