Skip to content

Commit

Permalink
Update Aiko Services version to v0.6. Also update "pyproject.toml"
Browse files Browse the repository at this point in the history
Python package dependencies.
  • Loading branch information
geekscape committed Oct 12, 2024
1 parent 2a0a2ea commit 7c88d49
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "aiko_services"
version = "0.5"
version = "0.6"
readme = "ReadMe.md"
description = "Distributed embedded service framework for A.I and robotics"
requires-python = ">=3.9.0,<=3.13.3"
requires-python = ">=3.9.0,<=3.13.0"

authors = [
{name = "Andy Gelme", email = "[email protected]"}
Expand Down Expand Up @@ -35,23 +35,24 @@ classifiers = [

dependencies = [
"asciimatics~=1.15.0",
"avro~=1.11.1",
"avro~=1.12.0",
"avro-validator~=1.2.1",
"click~=8.0",
"numpy~=1.26.4",
"click~=8.1.7",
"numpy~=2.1.2",
"paho-mqtt>=1.6.1,<2.0.0",
"Pillow~=10.2.0",
"pyperclip~=1.8.2",
"requests~=2.31.0",
"transitions~=0.9.0",
"Pillow~=10.4.0",
"pyperclip~=1.9.0",
"requests~=2.32.3",
"transitions~=0.9.2",
"wrapt~=1.16.0"
]

# [project.optional-dependencies]
# opencv-python = ["opencv-python~=4.10.0.84"]
# opencv-contrib-python = ["opencv-contrib-python~=4.10.0.84"]
# linux = ["PyAudio~=0.2.13"]
# macosx = ["PyAudio~=0.2.13"]
# linux = ["PyAudio~=0.2.14"]
# macosx = ["PyAudio~=0.2.14"]
# sounddevice = ["sounddevice~=0.5.0"]

[project.scripts]
# aiko = "aiko_services.main.cli:main"
Expand Down

0 comments on commit 7c88d49

Please sign in to comment.