Compare commits
No commits in common. "afe4b74edaad6c25d2283a5abb6a043eb2c2d7e4" and "379abb5e82e28b70094372f322055606cf20d6e6" have entirely different histories.
afe4b74eda
...
379abb5e82
@ -13,7 +13,7 @@ with variable pixel widths and heights.
|
||||
## Installation
|
||||
|
||||
Requirements:
|
||||
* python >=3.11
|
||||
* python >=3.8
|
||||
* numpy
|
||||
|
||||
Install with pip:
|
||||
|
@ -30,11 +30,11 @@ classifiers = [
|
||||
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.8"
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"numpy>=1.26",
|
||||
"scipy~=1.14",
|
||||
"numpy~=1.26",
|
||||
"scipy",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
Loading…
Reference in New Issue
Block a user