Skip to content

Commit aab21a0

Browse files
committed
Fix pip install
1 parent 13c8c65 commit aab21a0

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

notebooks/launch-open-source-apps-with-langchain/notebook.ipynb

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,18 @@
2424
"outputs": [],
2525
"source": [
2626
"%%writefile requirements.txt\n",
27-
"jinja2==3.0.3\n",
2827
"langchain==0.0.339\n",
2928
"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"
4039
]
4140
},
4241
{

0 commit comments

Comments
 (0)