Skip to content

Commit

Permalink
update the toml file for version control
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jun 30, 2024
1 parent 8b7d876 commit b3c5698
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

[tool.poetry]
name = "lightrag-project"
version = "0.1.0"
name = "lightrag"
version = "0.0.0-alpha.2"
readme = "README.md"
description = "A project to develop and test the lightrag library"
authors = ["Your Name <[email protected]>"]
license = "MIT"
Expand All @@ -11,8 +12,8 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.11, <4.0"
lightrag = { path = "./lightrag", develop = true }
python = ">=3.10, <4.0"
# lightrag = { path = "./lightrag", develop = true }
torch = "^2.3.1"
flagembedding = "^1.2.10"
# cohere = "^5.5.7"
Expand Down

0 comments on commit b3c5698

Please sign in to comment.