From 75f7df7258ab18f8fbc6a226404e249377728a20 Mon Sep 17 00:00:00 2001 From: Maciej Majek Date: Mon, 12 May 2025 12:08:41 +0200 Subject: [PATCH 1/2] chore: rename package rai to rai_core Does not impact imports --- poetry.lock | 80 ++++++++++++++++++------------------- pyproject.toml | 2 +- src/rai_core/pyproject.toml | 2 +- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/poetry.lock b/poetry.lock index a37c55228..5fd1144ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6353,45 +6353,6 @@ files = [ [package.dependencies] cffi = {version = "*", markers = "implementation_name == \"pypy\""} -[[package]] -name = "rai" -version = "1.0.0" -description = "Core functionality for RAI framework" -optional = false -python-versions = "^3.10, <3.13" -groups = ["main"] -files = [] -develop = true - -[package.dependencies] -coloredlogs = "^15.0.1" -deprecated = "^1.2.14" -langchain = "*" -langchain-aws = "*" -langchain-community = "*" -langchain-core = "^0.3" -langchain-ollama = "*" -langchain-openai = "*" -langfuse = "^2.60.2" -langgraph = "*" -langgraph-prebuilt = "*" -lark = "^1.1.9" -opencv-python = "^4.9.0.80" -pillow = "^11.0.0" -pydub = "^0.25.1" -requests = "^2.32.2" -scipy = "^1.14.0" -sounddevice = "^0.4.7" -streamlit = "^1.44" -tomli = "^2.0.1" -tomli-w = "^1.1.0" -tqdm = "^4.66.4" -transforms3d = "^0.4.1" - -[package.source] -type = "directory" -url = "src/rai_core" - [[package]] name = "rai-asr" version = "1.0.0" @@ -6432,6 +6393,45 @@ plotly = "^6.0.1" type = "directory" url = "src/rai_bench" +[[package]] +name = "rai-core" +version = "1.0.0" +description = "Core functionality for RAI framework" +optional = false +python-versions = "^3.10, <3.13" +groups = ["main"] +files = [] +develop = true + +[package.dependencies] +coloredlogs = "^15.0.1" +deprecated = "^1.2.14" +langchain = "*" +langchain-aws = "*" +langchain-community = "*" +langchain-core = "^0.3" +langchain-ollama = "*" +langchain-openai = "*" +langfuse = "^2.60.2" +langgraph = "*" +langgraph-prebuilt = "*" +lark = "^1.1.9" +opencv-python = "^4.9.0.80" +pillow = "^11.0.0" +pydub = "^0.25.1" +requests = "^2.32.2" +scipy = "^1.14.0" +sounddevice = "^0.4.7" +streamlit = "^1.44" +tomli = "^2.0.1" +tomli-w = "^1.1.0" +tqdm = "^4.66.4" +transforms3d = "^0.4.1" + +[package.source] +type = "directory" +url = "src/rai_core" + [[package]] name = "rai-sim" version = "0.0.1" @@ -9140,4 +9140,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.10, <3.13" -content-hash = "38d2294534833e6805a2938b2c9c01a998653b79143e7aee41b8070b201171be" +content-hash = "25353c06a088640c80a9f4a610f22b0c9f461ef8a55d66cb73836928e5a966b3" diff --git a/pyproject.toml b/pyproject.toml index 3ecf6eec0..29645012b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10, <3.13" -rai = {path = "src/rai_core", develop = true} +rai_core = {path = "src/rai_core", develop = true} rai_whoami = {path = "src/rai_whoami", develop = true} pre-commit = "^3.7.0" tabulate = "^0.9.0" diff --git a/src/rai_core/pyproject.toml b/src/rai_core/pyproject.toml index 2b9170981..a443e967a 100644 --- a/src/rai_core/pyproject.toml +++ b/src/rai_core/pyproject.toml @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry] -name = "rai" +name = "rai_core" version = "1.0.0" description = "Core functionality for RAI framework" authors = ["Maciej Majek ", "Bartłomiej Boczek ", "Kajetan Rachwał "] From e2f18797b99ec2c9a89da0f44a3d12b230f4cba4 Mon Sep 17 00:00:00 2001 From: Maciej Majek Date: Mon, 12 May 2025 14:08:07 +0200 Subject: [PATCH 2/2] chore: mark rai_core version as alpha --- poetry.lock | 4 ++-- src/rai_core/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5fd1144ea..5b362458c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2043,7 +2043,7 @@ description = "Lightweight in-process concurrent programming" optional = false python-versions = ">=3.7" groups = ["main"] -markers = "sys_platform == \"darwin\" and (platform_machine == \"x86_64\" or platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\") or platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\"" +markers = "platform_machine == \"x86_64\" or platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\"" files = [ {file = "greenlet-3.1.1-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:0bbae94a29c9e5c7e4a2b7f0aae5c17e8e90acbfd3bf6270eeba60c39fce3563"}, {file = "greenlet-3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fde093fb93f35ca72a556cf72c92ea3ebfda3d79fc35bb19fbe685853869a83"}, @@ -6395,7 +6395,7 @@ url = "src/rai_bench" [[package]] name = "rai-core" -version = "1.0.0" +version = "2.0.0.a0" description = "Core functionality for RAI framework" optional = false python-versions = "^3.10, <3.13" diff --git a/src/rai_core/pyproject.toml b/src/rai_core/pyproject.toml index a443e967a..3a9220a84 100644 --- a/src/rai_core/pyproject.toml +++ b/src/rai_core/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rai_core" -version = "1.0.0" +version = "2.0.0.a0" description = "Core functionality for RAI framework" authors = ["Maciej Majek ", "Bartłomiej Boczek ", "Kajetan Rachwał "] readme = "README.md"