bump minimum versions
This commit is contained in:
parent
379abb5e82
commit
7766a7c43c
1 changed files with 3 additions and 3 deletions
|
|
@ -30,11 +30,11 @@ classifiers = [
|
|||
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.11"
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"numpy~=1.26",
|
||||
"scipy",
|
||||
"numpy>=1.26",
|
||||
"scipy~=1.14",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue