Compare commits

...

2 Commits

Author SHA1 Message Date
afe4b74eda update reqs in readme 2024-07-29 02:07:32 -07:00
7766a7c43c bump minimum versions 2024-07-29 02:06:47 -07:00
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.8
* python >=3.11
* 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.8"
requires-python = ">=3.11"
dynamic = ["version"]
dependencies = [
"numpy~=1.26",
"scipy",
"numpy>=1.26",
"scipy~=1.14",
]
[tool.hatch.version]