Skip to content

Commit 4ba5d9a

Browse files
committed
Revert change
1 parent aab21a0 commit 4ba5d9a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

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

0 commit comments

Comments
 (0)