Apug98 commited on
Commit
69d0cb0
·
verified ·
1 Parent(s): f656538

Upload environment.yml

Browse files
Files changed (1) hide show
  1. parsing/environment.yml +13 -0
parsing/environment.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: docling-parser
2
+
3
+ channels:
4
+ - conda-forge
5
+
6
+ dependencies:
7
+ - python=3.11
8
+ - pip
9
+ - python-dateutil
10
+ - pandas
11
+ - onnxruntime
12
+ - pip:
13
+ - docling