update deps
Browse files- packages.txt +1 -0
- requirements.txt +1 -0
packages.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
|
|
|
| 1 |
tesseract-ocr
|
|
|
|
| 1 |
+
libssl
|
| 2 |
tesseract-ocr
|
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
--extra-index-url https://mirror.baidu.com/pypi/simple
|
| 2 |
numpy
|
| 3 |
torch
|
|
|
|
| 1 |
+
--index-url https://download.pytorch.org/whl/cpu
|
| 2 |
--extra-index-url https://mirror.baidu.com/pypi/simple
|
| 3 |
numpy
|
| 4 |
torch
|