Skip to content

Commit d465b3e

Browse files
Update pyproject.toml (run-llama#9586)
1 parent 596f67b commit d465b3e

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

poetry.lock

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ tiktoken = ">=0.3.3"
6363
typing-extensions = ">=4.5.0"
6464
typing-inspect = ">=0.8.0"
6565
requests = ">=2.31.0" # Pin to avoid CVE-2023-32681 in requests 2.3 to 2.30
66+
gradientai = {optional = true, version = ">=1.4.0"}
6667
asyncpg = {optional = true, version = "^0.28.0"}
6768
pgvector = {optional = true, version = "^0.1.0"}
6869
psycopg-binary = {optional = true, version = "^3.1.12"}
@@ -78,6 +79,9 @@ spacy = {optional = true, version = "^3.7.1"}
7879
aiohttp = "^3.8.6"
7980

8081
[tool.poetry.extras]
82+
gradientai = [
83+
"gradientai",
84+
]
8185
langchain = [
8286
"langchain",
8387
]

0 commit comments

Comments
 (0)