Skip to content

Commit

Permalink
This built previously with pandas 1.0.4 so lockign that in to try
Browse files Browse the repository at this point in the history
  • Loading branch information
SunbrightShinobi committed Jun 23, 2020
1 parent c98ef69 commit 7075b81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ rootfs: base.tar.gz profile
gnome-keyring \
desktop-file-utils \
xprop \
xvfb \
blas-dev \
lapack-dev
xvfb
sudo chroot rootfs \
/usr/bin/$(DLR) $(DLR_FLAGS) $(PLANTUML_URL) \
-o /usr/local/plantuml.jar
Expand Down Expand Up @@ -130,7 +128,7 @@ rootfs: base.tar.gz profile
reportlab \
colorama \
xlsxwriter \
pandas \
pandas==1.0.4 \
vscod
sudo -H chroot rootfs /usr/bin/python3 -m pip install --upgrade \
tablib \
Expand Down

0 comments on commit 7075b81

Please sign in to comment.