Compare commits

..

No commits in common. "afe4b74edaad6c25d2283a5abb6a043eb2c2d7e4" and "379abb5e82e28b70094372f322055606cf20d6e6" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ with variable pixel widths and heights.
## Installation
Requirements:
* python >=3.11
* python >=3.8
* numpy
Install with pip:

View File

@ -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]