File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
notebooks/launch-open-source-apps-with-langchain Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 24
24
"outputs" : [],
25
25
"source" : [
26
26
" %%writefile requirements.txt\n " ,
27
- " jinja2==3.0.3\n " ,
28
27
" langchain==0.0.339\n " ,
29
28
" openai==1.3.3\n " ,
30
- " pdf2image\n " ,
31
- " pdfminer\n " ,
32
- " pdfminer.six\n " ,
33
- " pillow_heif\n " ,
34
- " tabulate\n " ,
35
- " tiktoken\n " ,
36
- " unstructured\n " ,
37
- " opencv-python-headless\n " ,
38
- " unstructured.pytesseract\n " ,
39
- " unstructured.inference"
29
+ " pdf2image==1.0.0 \n " ,
30
+ " pdfminer==20191125 \n " ,
31
+ " pdfminer.six==20221105 \n " ,
32
+ " pillow_heif==0.13.1 \n " ,
33
+ " tabulate==0.9.0 \n " ,
34
+ " tiktoken==0.5.1 \n " ,
35
+ " unstructured==0.11.0 \n " ,
36
+ " opencv-contrib- python-headless==4.8.1.78 \n " ,
37
+ " unstructured.pytesseract==0.3.12 \n " ,
38
+ " unstructured.inference==0.7.15 "
40
39
]
41
40
},
42
41
{
You can’t perform that action at this time.
0 commit comments