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 Jul 2, 2024
1 parent 6f9f8df commit a51b346
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,15 +1,16 @@

[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"
packages = [{ from = "_lightrag", include = "lightrag" }] # empty packages list

[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 a51b346

Please sign in to comment.