Skip to content

Commit

Permalink
fix false extras
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 16, 2024
1 parent 0d6e9e4 commit 6f0771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ astropy = "^6"
dotted-dict = "^1.1.3"
python-forge = "^18.6.0"

[project.optional-dependencies]
[tool.poetry.extras]
chat = ["instructor>= 1.7.0,<2.0.0", "openai>=1.57.0,<2.0.0", "tabulate==0.9.0"]
graph = ["neomodel>=5.4.0,<6.0.0"]
sql = ["sqlmodel>=0.0.22,<1.0.0"]
Expand Down

0 comments on commit 6f0771c

Please sign in to comment.