From 7a0f8dd54f27558fced05018f6cd537ee25f3485 Mon Sep 17 00:00:00 2001 From: "Niladri Banerjee, PhD" <7581777+Niladri-B@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:05:29 +0100 Subject: [PATCH 1/2] Updating dependencies when doing a clean install --- poetry.lock | 13 +++++++++---- pyproject.toml | 2 ++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20955697..f60b84f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "adlfs" @@ -3708,7 +3708,7 @@ cli = ["click (>=5.0)"] name = "pytz" version = "2024.2" description = "World timezone definitions, modern and historical" -optional = true +optional = false python-versions = "*" files = [ {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, @@ -4143,6 +4143,11 @@ files = [ {file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f60021ec1574e56632be2a36b946f8143bf4e5e6af4a06d85281adc22938e0dd"}, {file = "scikit_learn-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:394397841449853c2290a32050382edaec3da89e35b3e03d6cc966aebc6a8ae6"}, {file = "scikit_learn-1.5.2-cp312-cp312-win_amd64.whl", hash = "sha256:57cc1786cfd6bd118220a92ede80270132aa353647684efa385a74244a41e3b1"}, + {file = "scikit_learn-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9a702e2de732bbb20d3bad29ebd77fc05a6b427dc49964300340e4c9328b3f5"}, + {file = "scikit_learn-1.5.2-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:b0768ad641981f5d3a198430a1d31c3e044ed2e8a6f22166b4d546a5116d7908"}, + {file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:178ddd0a5cb0044464fc1bfc4cca5b1833bfc7bb022d70b05db8530da4bb3dd3"}, + {file = "scikit_learn-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7284ade780084d94505632241bf78c44ab3b6f1e8ccab3d2af58e0e950f9c12"}, + {file = "scikit_learn-1.5.2-cp313-cp313-win_amd64.whl", hash = "sha256:b7b0f9a0b1040830d38c39b91b3a44e1b643f4b36e36567b80b7c6bd2202a27f"}, {file = "scikit_learn-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:757c7d514ddb00ae249832fe87100d9c73c6ea91423802872d9e74970a0e40b9"}, {file = "scikit_learn-1.5.2-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:52788f48b5d8bca5c0736c175fa6bdaab2ef00a8f536cda698db61bd89c551c1"}, {file = "scikit_learn-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:643964678f4b5fbdc95cbf8aec638acc7aa70f5f79ee2cdad1eec3df4ba6ead8"}, @@ -4374,7 +4379,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "python_version < \"3.13\" and (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\")"} +greenlet = {version = "!=0.4.17", markers = "python_version < \"3.13\" and (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\")"} typing-extensions = ">=4.6.0" [package.extras] @@ -5208,4 +5213,4 @@ sql = ["sqlglot"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ffe0f142cd533bb1ed454acf29d22066081aba1be1847a013a1d4a32a944d645" +content-hash = "2fe85e0ab0d16995f57a43d4b4e9bcc82a46878a21f37857e1846b617282cc2e" diff --git a/pyproject.toml b/pyproject.toml index b635c011..f61229b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ mashumaro = "^3.0.1" dill = "^0.3.4" pydantic = "^2.0.0" prometheus_client = "^0.16.0" +numpy = "^1.26.4" polars = { version = "^1.10.0", extras = ["pyarrow"] } openai = { version = "^1.52.0", optional = true } @@ -75,6 +76,7 @@ lancedb = { version = "^0.8.2", optional = true } deltalake = { version = "^0.18.1", optional = true } sentence-transformers = { version = "^3.2.0", optional = true } tiktoken = { version = "^0.8.0", optional = true } +pytz = "^2024.2" [tool.poetry.extras] aws = ["aioaws", "connectorx"] From f2eb694f4cee4c15f462b89c97b25d8439c98c97 Mon Sep 17 00:00:00 2001 From: "Niladri Banerjee, PhD" <7581777+Niladri-B@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:29:20 +0100 Subject: [PATCH 2/2] Updating aligned version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f61229b9..37c07748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aligned" -version = "0.0.113" +version = "0.0.114" description = "A data managment and lineage tool for ML applications." authors = ["Mats E. Mollestad "] license = "Apache-2.0"