pepperumo commited on
Commit
da10b73
·
verified ·
1 Parent(s): a36452e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # Core Dependencies
2
  streamlit
3
- numpy<2 # Prevents incompatibility issues with PyTorch
4
  pandas
5
  plotly
6
  matplotlib
@@ -9,11 +9,10 @@ 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
 
1
  # Core Dependencies
2
  streamlit
3
+ numpy<2
4
  pandas
5
  plotly
6
  matplotlib
 
9
  joblib
10
 
11
  # Machine Learning & Image Processing
12
+ torch
13
+ torchvision
14
+ torchaudio
15
+ opencv-python-headless
 
16
  pillow
17
 
18
  # Serialization & Utilities