initial commit
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[project]
|
||||
name = "ic-layout-generate"
|
||||
version = "0.1.0"
|
||||
description = "IC Layout Generation using Skeleton Extraction and Expansion"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"numpy",
|
||||
"opencv-python-headless",
|
||||
"scikit-image",
|
||||
"networkx",
|
||||
"shapely",
|
||||
"Pillow",
|
||||
"torch",
|
||||
"torchvision",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["models", "scripts", "datasets", "train"]
|
||||
Reference in New Issue
Block a user