Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
torchaudio
|
3 |
-
requests
|
4 |
-
numpy
|
5 |
-
paddlepaddle-gpu
|
6 |
-
torchvision
|
7 |
-
python-doctr
|
8 |
-
doctr
|
9 |
-
paddleocr
|
10 |
-
tensorflow
|
11 |
-
tf2onnx
|
12 |
-
|
|
|
1 |
+
torch==2.1.1
|
2 |
+
torchaudio==2.1.1
|
3 |
+
requests==2.31.0
|
4 |
+
numpy==1.25.2
|
5 |
+
paddlepaddle-gpu==2.5.2.post101 # Ensure compatibility with CUDA version
|
6 |
+
torchvision==0.16.1
|
7 |
+
python-doctr==0.7.0
|
8 |
+
doctr==0.7.0
|
9 |
+
paddleocr==2.7.0.3
|
10 |
+
tensorflow==2.13.1
|
11 |
+
tf2onnx==1.13.2
|
12 |
+
tensorflow-addons==0.22.0
|