Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
numpy<2.0
|
| 2 |
-
pandas
|
| 3 |
-
matplotlib
|
| 4 |
-
plotly
|
| 5 |
-
passlib
|
| 6 |
-
scipy
|
| 7 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 8 |
-
opencv-python-headless==4.7.0.68
|
| 9 |
-
# openvino-dev==2022.3.0
|
| 10 |
-
torch
|
| 11 |
-
torchvision
|
| 12 |
-
onnxruntime-gpu
|
| 13 |
yt-dlp
|
|
|
|
| 1 |
+
numpy<2.0
|
| 2 |
+
pandas
|
| 3 |
+
matplotlib
|
| 4 |
+
plotly==5.24.1
|
| 5 |
+
passlib
|
| 6 |
+
scipy
|
| 7 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 8 |
+
opencv-python-headless==4.7.0.68
|
| 9 |
+
# openvino-dev==2022.3.0
|
| 10 |
+
torch
|
| 11 |
+
torchvision
|
| 12 |
+
onnxruntime-gpu
|
| 13 |
yt-dlp
|