Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aiko_services"
version = "0.6.post13"
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.5"

authors = [
{name = "Andy Gelme", email = "geekscape@gmail.com"}
Expand Down Expand Up @@ -36,7 +36,6 @@ classifiers = [
dependencies = [
"asciimatics~=1.15.0",
"avro~=1.12.0",
"avro-validator~=1.2.1",
"click~=8.1.7",
"numpy>=1.26.4",
"paho-mqtt>=1.6.1,<2.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/aiko_services/main/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@

from abc import abstractmethod
import avro.schema
from avro_validator.schema import Schema
import click
import copy
from collections import OrderedDict # All OrderedDict operations are O(1)
Expand Down