mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 12:46:00 +08:00
constrain numpy<2 and remove unsupported python versions in github workflow
This commit is contained in:
@@ -13,7 +13,7 @@ readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"numpy<2",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Reference in New Issue
Block a user