pepperumo commited on
Commit
3cd126c
·
verified ·
1 Parent(s): 4b7b2a1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -20
requirements.txt CHANGED
@@ -1,20 +1,21 @@
1
- # Core Dependencies
2
- streamlit
3
- numpy<2 # Prevents incompatibility issues with PyTorch
4
- pandas
5
- plotly
6
- matplotlib
7
- seaborn
8
- joypy
9
- joblib
10
-
11
- # Machine Learning & Image Processing
12
- torch @ https://download.pytorch.org/whl/cpu/torch-2.1.2%2Bcpu-cp311-cp311-linux_x86_64.whl
13
- torchvision @ https://download.pytorch.org/whl/cpu/torchvision-0.16.2%2Bcpu-cp311-cp311-linux_x86_64.whl
14
- torchaudio @ https://download.pytorch.org/whl/cpu/torchaudio-2.1.2%2Bcpu-cp311-cp311-linux_x86_64.whl
15
- opencv-python-headless # Prevents OpenGL issues
16
- pillow
17
-
18
- # Serialization & Utilities
19
- dill
20
- pickle-mixin
 
 
1
+ # Core Dependencies
2
+ streamlit
3
+ numpy<2 # Prevents incompatibility issues with PyTorch
4
+ pandas
5
+ plotly
6
+ matplotlib
7
+ seaborn
8
+ joypy
9
+ joblib
10
+
11
+ # Machine Learning & Image Processing
12
+ torch==2.1.2+cpu
13
+ torchvision==0.16.2+cpu
14
+ torchaudio==2.1.2+cpu
15
+
16
+ opencv-python-headless # Prevents OpenGL issues
17
+ pillow
18
+
19
+ # Serialization & Utilities
20
+ dill
21
+ pickle-mixin