Skip to content
Snippets Groups Projects
Unverified Commit 39779bfb authored by Andrei Fajardo's avatar Andrei Fajardo Committed by GitHub
Browse files

Fix Python version requirement and exclude BUILD files (#11267)

parent c957b9be
No related branches found
No related tags found
No related merge requests found
Showing
with 29 additions and 50658 deletions
This diff is collapsed.
......@@ -19,6 +19,7 @@ python_version = "3.8"
[tool.poetry]
authors = ["llamaindex"]
description = "llama-index cli"
exclude = ["**/BUILD"]
license = "MIT"
maintainers = [
"Andrei Fajardo <andrei@runllama.ai>",
......@@ -31,11 +32,11 @@ maintainers = [
name = "llama-index-cli"
packages = [{include = "llama_index/"}]
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.8.post1"
llama-index-core = "^0.10.11.post1"
llama-index-vector-stores-chroma = "^0.1.1"
llama-index-embeddings-openai = "^0.1.1"
llama-index-llms-openai = "^0.1.1"
......
......@@ -26,6 +26,7 @@ classifiers = [
]
description = "Interface between LLMs and your data"
documentation = "https://docs.llamaindex.ai/en/stable/"
exclude = ["**/BUILD"]
homepage = "https://llamaindex.ai"
include = ["llama_index/core/_static/nltk_cache/corpora/stopwords/*", "llama_index/core/_static/nltk_cache/tokenizers/punkt/*", "llama_index/core/_static/nltk_cache/tokenizers/punkt/PY3/*", "llama_index/core/_static/tiktoken_cache/*"]
keywords = ["LLM", "NLP", "RAG", "data", "devtools", "index", "retrieval"]
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -21,14 +21,15 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index experimental package"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-experimental"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
llama-index-core = "^0.10.1"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.11.post1"
[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
......
This diff is collapsed.
......@@ -21,14 +21,15 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index finetuning"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-finetuning"
readme = "README.md"
version = "0.1.3"
version = "0.1.4"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
llama-index-core = "^0.10.1"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.11.post1"
llama-index-llms-openai = "^0.1.1"
llama-index-llms-gradient = "^0.1.1"
llama-index-postprocessor-cohere-rerank = "^0.1.1"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -26,13 +26,14 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index agent openai-legacy integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-agent-openai-legacy"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1"
llama-index-llms-openai = "^0.1.1"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -25,10 +25,11 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index agent openai integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-agent-openai"
readme = "README.md"
version = "0.1.4"
version = "0.1.5"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -24,13 +24,14 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index callbacks aim integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-callbacks-aim"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1"
aim = "^3.17.5"
jwt = "^1.3.1"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -23,14 +23,15 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index callbacks argilla integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-callbacks-argilla"
readme = "README.md"
version = "0.1.1"
version = "0.1.3"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
llama-index-core = "^0.10.1"
llama-index-core = "^0.10.11.post1"
argilla = "^1.22.0"
[tool.poetry.group.dev.dependencies]
......
......@@ -24,16 +24,17 @@ python_version = "3.8"
[tool.poetry]
authors = ["Arize AI <phoenix-devs@arize.com>", "OpenInference Authors <oss@arize.com>"]
description = "llama-index callbacks arize-phoenix integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-callbacks-arize-phoenix"
readme = "README.md"
version = "0.1.2"
version = "0.1.4"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
arize-phoenix = ">=3.0.3"
openinference-instrumentation-llama-index = ">=1.0.0"
llama-index-core = "^0.10.1"
llama-index-core = "^0.10.11.post1"
[tool.poetry.group.dev.dependencies]
ipython = "8.10.0"
......
......@@ -23,13 +23,14 @@ python_version = "3.8"
[tool.poetry]
authors = ["Your Name <you@example.com>"]
description = "llama-index callbacks deepeval integration"
exclude = ["**/BUILD"]
license = "MIT"
name = "llama-index-callbacks-deepeval"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1"
deepeval = "*"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment