udates requirements
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# Index URL for PyTorch packages
|
2 |
-
--index-url https://download.pytorch.org/whl/cpu
|
3 |
-
|
4 |
gradio
|
5 |
kaggle==1.6.6
|
6 |
lightning==2.2.1
|
@@ -8,6 +5,7 @@ numpy==1.26.2
|
|
8 |
pandas==2.1.4
|
9 |
pillow==10.2.0
|
10 |
scikit-learn==1.3.2
|
|
|
11 |
torch==2.2.1
|
12 |
torch-tb-profiler==0.4.3
|
13 |
torchaudio==2.2.1
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
kaggle==1.6.6
|
3 |
lightning==2.2.1
|
|
|
5 |
pandas==2.1.4
|
6 |
pillow==10.2.0
|
7 |
scikit-learn==1.3.2
|
8 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
9 |
torch==2.2.1
|
10 |
torch-tb-profiler==0.4.3
|
11 |
torchaudio==2.2.1
|