Skip to content

Commit 7c0c60d

Browse files
committed
try bumping pandas version to use wheel instead of build from source (which currently takes 50% of the build time)
1 parent 97e0be6 commit 7c0c60d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
6969
numba==0.58.1 \
7070
numpy==1.26.4 \
7171
numpydoc==1.2 \
72-
pandas==1.4.1 \
72+
pandas==2.2 \
7373
PyQt5==5.15.6 \
7474
pyqtgraph==0.12.4 \
7575
pytest==8.3.3 \

0 commit comments

Comments
 (0)