update requirements.txt
Browse files- .vscode/launch.json +12 -0
- requirements.txt +16 -0
.vscode/launch.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "0.2.0",
|
| 3 |
+
"configurations": [
|
| 4 |
+
{
|
| 5 |
+
"name": "Python Debugger: Current File",
|
| 6 |
+
"type": "debugpy",
|
| 7 |
+
"request": "launch",
|
| 8 |
+
"program": "${file}",
|
| 9 |
+
"console": "integratedTerminal"
|
| 10 |
+
}
|
| 11 |
+
]
|
| 12 |
+
}
|
requirements.txt
CHANGED
|
@@ -3,9 +3,25 @@ numpy==1.26.4
|
|
| 3 |
onnx==1.19.1
|
| 4 |
onnxruntime==1.23.1
|
| 5 |
torch==2.9.0
|
|
|
|
|
|
|
| 6 |
opencv-contrib-python==4.10.0.84
|
| 7 |
opencv-python==4.11.0.86
|
| 8 |
opencv-python-headless==4.10.0.84
|
| 9 |
Pillow==10.1.0
|
| 10 |
pillow-jxl-plugin==1.3.5
|
| 11 |
shapely==2.1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
onnx==1.19.1
|
| 4 |
onnxruntime==1.23.1
|
| 5 |
torch==2.9.0
|
| 6 |
+
torchvision==0.24.0
|
| 7 |
+
transformers==4.57.1
|
| 8 |
opencv-contrib-python==4.10.0.84
|
| 9 |
opencv-python==4.11.0.86
|
| 10 |
opencv-python-headless==4.10.0.84
|
| 11 |
Pillow==10.1.0
|
| 12 |
pillow-jxl-plugin==1.3.5
|
| 13 |
shapely==2.1.2
|
| 14 |
+
einops==0.8.1
|
| 15 |
+
termcolor==2.4.0
|
| 16 |
+
python-docx==1.1.2
|
| 17 |
+
docx2txt==0.9
|
| 18 |
+
piexif==1.1.3
|
| 19 |
+
natsort==8.4.0
|
| 20 |
+
ordered-set==4.1.0
|
| 21 |
+
pyclipper==1.3.0.post2
|
| 22 |
+
httpx==0.28.1
|
| 23 |
+
httpcore==1.0.5
|
| 24 |
+
openai==2.6.0
|
| 25 |
+
openapi-schema-validator==0.6.2
|
| 26 |
+
openapi-spec-validator==0.7.1
|
| 27 |
+
# winsdk==1.0.0b10
|