Skip to content

Commit

Permalink
Merge pull request #765 from biigle/patch-1
Browse files Browse the repository at this point in the history
Add missing pandas requirement
  • Loading branch information
mzur authored Jan 30, 2024
2 parents 68d3d17 + 731f01c commit f547b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Pillow==10.2.0
Shapely==1.8.1
torch==2.1.*
torchvision==0.16.*
pandas==1.5.3
1 change: 1 addition & 0 deletions .docker/worker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN LC_ALL=C.UTF-8 apt-get update \
python3-sklearn \
python3-matplotlib \
python3-shapely \
python3-pandas \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -r /var/lib/apt/lists/*
Expand Down

0 comments on commit f547b9d

Please sign in to comment.