Skip to content

Commit

Permalink
Merge pull request #36 from harvard-lil/dependabot
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
matteocargnelutti authored Jun 10, 2024
2 parents 7c33b51 + 0d672ec commit a4426c7
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 119 deletions.
157 changes: 47 additions & 110 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "WARC + RAG + LLM. Experimental pipeline using retrieval augmented
license = "MIT"
name = "warc-gpt"
readme = "README.md"
version = "0.1.5"
version = "0.1.6"

[tool.poetry.dependencies]
beautifulsoup4 = "^4.12.2"
Expand All @@ -13,20 +13,20 @@ chromadb = "^0.5.0"
click = "^8.1.7"
flask = "^3.0.0"
flask-limiter = "^3.7.0"
langchain = "^0.2.0"
ollama = "^0.2.0"
openai = "^1.30.1"
langchain = "^0.2.3"
ollama = "^0.2.1"
openai = "^1.33.0"
pandas = "^2.1.3"
plotly = "^5.18.0"
pypdf = "^4.0.1"
python = "^3.11"
python-dateutil = "^2.8.2"
python-dotenv = "^1.0.0"
python-slugify = "^8.0.1"
requests = "^2.32.2"
requests = "^2.32.3"
scikit-learn = "^1.5.0"
sentence-transformers = "^2.2.2"
torch = "^2.1.1"
sentence-transformers = "^3.0.1"
torch = "^2.3.1"
warcio = "^1.7.4"

[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit a4426c7

Please sign in to comment.