-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
45 lines (39 loc) · 1.08 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[build-system]
requires = ["setuptools>=61"]
build-backend = 'setuptools.build_meta'
[project]
name = "silicon-analyser"
version = "1.1.1"
authors = [
{ name="CrazyT", email="[email protected]" },
]
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
description = "helps to analyse integrated circuit die images (for example from siliconpr0n.org) with the help of ai."
dependencies = [
"torch",
"numpy",
"pillow",
"keras",
"PyQt5",
"pyqtgraph",
"scikit-learn",
"packaging"
]
[project.scripts]
silicon-analyser = "silicon_analyser.main:main_cli"
[project.urls]
"Homepage" = "https://github.com/TheCrazyT/SiliconAnalyser"
"Bug Tracker" = "https://github.com/TheCrazyT/SiliconAnalyser/issues"
[tool.setuptools.packages.find]
exclude = ["*.h5",".venv","bak","sampled","*.json","*.code-workspace",".vscode","*.zip"]
include = ["silicon_analyser*"]
[tool.setuptools.package-data]
"*" = ["*.ui"]
#apt install libgl1
#apt install libglib2.0-0