You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1007 B
40 lines
1007 B
[project] |
|
name = "kyupy" |
|
version = "0.0.6" |
|
authors = [ |
|
{ name="Stefan Holst", email="mail@s-holst.de" }, |
|
] |
|
description = 'High-performance processing and analysis of non-hierarchical VLSI designs' |
|
readme = "README.md" |
|
requires-python = ">=3.10,<3.14" |
|
dependencies = [ |
|
"numpy>=1.17.0", |
|
"lark>=1.3.0", |
|
] |
|
classifiers = [ |
|
"Development Status :: 3 - Alpha", |
|
"Environment :: GPU :: NVIDIA CUDA", |
|
"Intended Audience :: Science/Research", |
|
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", |
|
"License :: OSI Approved :: MIT License", |
|
"Operating System :: OS Independent", |
|
"Programming Language :: Python :: 3", |
|
] |
|
license = "MIT" |
|
license-files = ["LICENSE.txt"] |
|
|
|
[project.urls] |
|
homepage = "https://github.com/s-holst/kyupy" |
|
|
|
[build-system] |
|
requires = ["hatchling"] |
|
build-backend = "hatchling.build" |
|
|
|
[dependency-groups] |
|
dev = [ |
|
"myst-parser>=4.0.1", |
|
"pytest>=9.0.1", |
|
"sphinx>=8.1.3", |
|
"sphinx-rtd-theme>=3.0.2", |
|
] |
|
|
|
|