constrain numpy<2 and remove unsupported python versions in github workflow

This commit is contained in:
james-pcdr
2025-11-12 09:12:20 -05:00
committed by Roman Zeyde
parent ed491925b2
commit 6b05b7a933
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.7"
dependencies = [
"numpy",
"numpy<2",
]
classifiers = [
"Development Status :: 5 - Production/Stable",