Commit
·
33c6b5f
1
Parent(s):
788507a
updated requirements
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -2,3 +2,8 @@ altair==5.5.0
|
|
2 |
numpy==2.2.6
|
3 |
pandas==2.2.3
|
4 |
streamlit==1.45.1
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy==2.2.6
|
3 |
pandas==2.2.3
|
4 |
streamlit==1.45.1
|
5 |
+
matplotlib==3.10.3
|
6 |
+
opencv-python==4.11.0.86
|
7 |
+
pillow==11.2.1
|
8 |
+
torch==2.7.0
|
9 |
+
torchvision==0.22.0
|