From a1dc249b62e0b1b2bde9524e28a84f197b4ee3a7 Mon Sep 17 00:00:00 2001 From: semyonsinchenko Date: Wed, 28 Jan 2026 13:17:08 +0100 Subject: [PATCH] remove numpy and nose --- python/poetry.lock | 23 +++++------------------ python/pyproject.toml | 4 ---- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 0694ebfe3..abd28be8d 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -598,7 +598,7 @@ files = [ [package.dependencies] googleapis-common-protos = ">=1.5.5" grpcio = ">=1.67.1" -protobuf = ">=5.26.1,<6.0dev" +protobuf = ">=5.26.1,<6.0.dev0" [[package]] name = "idna" @@ -909,26 +909,13 @@ files = [ {file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"}, ] -[[package]] -name = "nose" -version = "1.3.7" -description = "nose extends unittest to make testing easier" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "nose-1.3.7-py2-none-any.whl", hash = "sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a"}, - {file = "nose-1.3.7-py3-none-any.whl", hash = "sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac"}, - {file = "nose-1.3.7.tar.gz", hash = "sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"}, -] - [[package]] name = "numpy" version = "2.2.6" description = "Fundamental package for array computing in Python" optional = false python-versions = ">=3.10" -groups = ["main", "dev"] +groups = ["dev"] files = [ {file = "numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b412caa66f72040e6d268491a59f2c43bf03eb6c96dd8f0307829feb7fa2b6fb"}, {file = "numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e41fd67c52b86603a91c1a505ebaef50b3314de0213461c7a6e99c9a3beff90"}, @@ -2051,7 +2038,7 @@ version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" -groups = ["dev", "docs", "tutorials"] +groups = ["docs", "tutorials"] files = [ {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, @@ -2066,4 +2053,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "4ea6fdccbac7698c7fd629ee8475bfdb265a2b53e9cad2f8c8074e051c2484fe" +content-hash = "c0c623548621c3dd2357b931399713272421cca10637c925222cfb19e6092da2" diff --git a/python/pyproject.toml b/python/pyproject.toml index ff6b876cf..2c7859034 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -60,10 +60,6 @@ enable = true "Code Repository" = "https://github.com/graphframes/graphframes" "Bug Tracker" = "https://github.com/graphframes/graphframes/issues" -[tool.poetry.dependencies] -nose = "1.3.7" -numpy = ">= 1.7" - [tool.poetry.group.dev.dependencies] black = "^23.12.1" flake8 = "^7.1.1"