1 Star 0 Fork 0

funfwo/ABLkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
troyyyyy 提交于 2024-01-24 10:50 . [ENH] update pypi version and status
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "ablkit"
version = "0.2.2"
authors = [
{ name="LAMDA 2024", email = "abductivelearning@gmail.com" },
]
description = "Abductive Learning (ABL) toolkit"
readme = "README.md"
requires-python = ">=3.7.0"
license = {text = "MIT LICENSE"}
keywords = ["machine-learning", "framework", "abductive-learning", "neuro-symbolic"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"numpy>=1.15.0",
"pyswip==0.2.9",
"torch>=1.11.0",
"torchvision>=0.12.0",
"zoopt>=0.3.0",
"termcolor>=2.3.0"
]
[project.urls]
Homepage = "https://github.com/AbductiveLearning/ABLkit"
Issues = "https://github.com/AbductiveLearning/ABLkit/issues"
[project.optional-dependencies]
test = [
"pytest-cov",
"black==22.10.0",
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/funfwo/ABLkit.git
git@gitee.com:funfwo/ABLkit.git
funfwo
ABLkit
ABLkit
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385