2 Star 6 Fork 7

mirrors_Qihoo360/tensornet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangxinglei 提交于 2024-10-24 18:59 . Bump version: 0.2.0.rc → 0.2.0
[project]
name = "qihoo-tensornet"
version = "0.2.0"
description = "build tensornet"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.7,<3.8"
authors = [
{name="jiangxinglei",email="jiangxinglei@360.cn"},
{name="gaozhiming",email="gaozhiming@360.cn"}
]
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.7'
]
[project.optional-dependencies]
all = [ "tensorflow >=2.2,<2.3" ]
cpu = [ "tensorflow-cpu >=2.2,<2.3" ]
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.distutils.bdist_wheel]
plat_name = "manylinux2010_x86_64"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors_Qihoo360/tensornet.git
git@gitee.com:mirrors_Qihoo360/tensornet.git
mirrors_Qihoo360
tensornet
tensornet
master

搜索帮助