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
|
## Installation
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
* python >=3.11
|
* python >=3.8
|
||||||
* numpy
|
* numpy
|
||||||
|
|
||||||
Install with pip:
|
Install with pip:
|
||||||
|
@ -30,11 +30,11 @@ classifiers = [
|
|||||||
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
|
||||||
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.8"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy>=1.26",
|
"numpy~=1.26",
|
||||||
"scipy~=1.14",
|
"scipy",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
|
Loading…
Reference in New Issue
Block a user