update version and dependencies

This commit is contained in:
Junzi Sun
2024-08-25 12:37:50 +02:00
parent b22734ad51
commit 2f5dbdf08d
2 changed files with 408 additions and 349 deletions
+4 -6
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyModeS"
version = "2.17"
version = "2.18"
description = "Python Mode-S and ADS-B Decoder"
authors = ["Junzi Sun <j.sun-1@tudelft.nl>"]
license = "GNU GPL v3"
@@ -13,9 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Typing :: Typed",
]
packages = [
{ include = "pyModeS", from = "." },
]
packages = [{ include = "pyModeS", from = "." }]
include = [
"LICENSE",
"*.pyx",
@@ -23,7 +21,7 @@ include = [
"*.pyi",
"py.typed",
{ path = "pyModeS/**/*.so", format = "wheel" },
{ path = "pyModeS/**/*.pyd", format = "wheel" }
{ path = "pyModeS/**/*.pyd", format = "wheel" },
]
build = "build.py"
@@ -34,7 +32,7 @@ modeslive = "pyModeS.streamer.modeslive:main"
python = "^3.9"
numpy = ">=1.26"
pyzmq = ">=24.0"
pyrtlsdr = {version = ">=0.2.93", optional = true}
pyrtlsdr = { version = ">=0.2.93", optional = true }
[tool.poetry.group.dev.dependencies]
mypy = ">=0.991"