build: 修改build 方式
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=64", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
dynamic = ["version"]
|
||||
name = "khaosz"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"certifi==2025.8.3",
|
||||
"charset-normalizer==3.4.2",
|
||||
"colorama==0.4.6",
|
||||
"contourpy==1.3.3",
|
||||
"cycler==0.12.1",
|
||||
"filelock==3.13.1",
|
||||
"fonttools==4.61.0",
|
||||
"fsspec==2024.6.1",
|
||||
"huggingface-hub==0.34.3",
|
||||
"idna==3.10",
|
||||
"Jinja2==3.1.6",
|
||||
"kiwisolver==1.4.8",
|
||||
"MarkupSafe==2.1.5",
|
||||
"matplotlib==3.10.5",
|
||||
"mpmath==1.3.0",
|
||||
"networkx==3.3",
|
||||
"numpy==2.3.2",
|
||||
"packaging==25.0",
|
||||
"pillow==11.3.0",
|
||||
"pyparsing==3.2.3",
|
||||
"python-dateutil==2.9.0.post0",
|
||||
"PyYAML==6.0.2",
|
||||
"requests==2.32.4",
|
||||
"safetensors==0.5.3",
|
||||
"six==1.17.0",
|
||||
"sympy==1.13.3",
|
||||
"tokenizers==0.21.4",
|
||||
"torch==2.7.1",
|
||||
"tqdm==4.67.1",
|
||||
"typing_extensions==4.12.2",
|
||||
"urllib3==2.6.0",
|
||||
]
|
||||
keywords = ["nlp", "datasets", "language-models", "machine-learning"]
|
||||
license = { text = "GPL-3.0" }
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GPL-3.0",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
urls = { Homepage = "https://github.com/khaosz/khaosz" }
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
|
||||
[tool.pip]
|
||||
extra-index-url = "https://download.pytorch.org/whl/cu126"
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = { attr = "khaosz.__version__" }
|
||||
Reference in New Issue
Block a user