From 670f94dfcf84469ba70d9efe5fa3d8bc5a7d8c93 Mon Sep 17 00:00:00 2001 From: Michael Arthur Date: Wed, 2 Oct 2024 10:55:18 +1300 Subject: [PATCH] bump version and try and resolve resolution conflict --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce6a13a..412be91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "pymammotion" -version = "0.2.56" +version = "0.2.57" [tool.poetry] name = "pymammotion" -version = "0.2.56" +version = "0.2.57" license = "GNU-3.0" description = "" readme = "README.md" @@ -33,8 +33,7 @@ jsonic = "^1.0.0" mashumaro = "^3.13" orjson = "^3.9.15" betterproto = "^1.2.5" -nest-asyncio = "^1.6.0" -numpy = "^1.26.4" +numpy = ">=1.26.0" async-timeout = "^4.0.3" [tool.poetry.group.extras] @@ -42,6 +41,7 @@ optional = true [tool.poetry.group.extras.dependencies] pyjoystick = "^1.2.4" +nest-asyncio = "^1.6.0" [tool.poetry.group.dev] optional = true @@ -61,7 +61,7 @@ mypy = "^1.11.2" autotyping = "^24.3.0" [tool.bumpver] -current_version = "0.2.56" +current_version = "0.2.57" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true