Skip to content

Commit c8404a7

Browse files
committed
CHORE: Update requirements.txt to include torch and torchvision, and comment out pyspark
1 parent a8f1eac commit c8404a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# for torch and torchvision use this (as of 2024-04-18 and Win)
22
# pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu118
33

4+
torch
5+
torchvision
46
pytorch-lightning
57
jupyter
68
scikit-learn
@@ -11,7 +13,7 @@ xgboost
1113
ipykernel
1214
ipympl
1315
statsmodels
14-
pyspark
16+
# pyspark
1517
wordcloud
1618
nltk
1719
altair

0 commit comments

Comments
 (0)