Compare commits
2 Commits
379abb5e82
...
afe4b74eda
Author | SHA1 | Date | |
---|---|---|---|
afe4b74eda | |||
7766a7c43c |
@ -13,7 +13,7 @@ with variable pixel widths and heights.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
* python >=3.8
|
* python >=3.11
|
||||||
* 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.8"
|
requires-python = ">=3.11"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy~=1.26",
|
"numpy>=1.26",
|
||||||
"scipy",
|
"scipy~=1.14",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
|
Loading…
Reference in New Issue
Block a user