Skip to content

Commit

Permalink
Adding versions to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturOle committed Oct 1, 2024
1 parent 2aedf7d commit 3faaa05
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
langchain
langchain-text-splitters
neo4j
pdf2image
pydantic
PyMuPDF
pytesseract
pytextrank
spacy
tqdm
transformers
langchain==0.3.1
langchain-text-splitters==0.3.0
neo4j==5.25.0
pdf2image==1.17.0
pydantic==2.9.2
PyMuPDF==1.24.10
pytesseract==0.3.13
pytextrank==3.3.0
spacy==3.8.2
tqdm==4.66.5
transformers==4.45.1
numpy==2.1.1

0 comments on commit 3faaa05

Please sign in to comment.