From 251d2f3cbe1704050f28b0e20b7cd5d54e9e89db Mon Sep 17 00:00:00 2001 From: abarolo Date: Fri, 23 Feb 2024 09:25:38 +0000 Subject: [PATCH] pandas --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 49dca9306..7e535ae76 100755 --- a/.profile +++ b/.profile @@ -7,6 +7,7 @@ echo "---- RUNNING release tasks (.profile) ------" echo "---- Installing Related Barrier ML Packages ------" /tmp/lifecycle/shell python -m pip install sentence-transformers==2.2.2 --no-deps +python -m pip install pandas==2.0.3 --no-deps python -m pip install torch==2.0.0 torchvision==0.15.1 --extra-index-url https://download.pytorch.org/whl/cpu echo "---- Collecting static ------"