代码拉取完成,页面将自动刷新
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "tensor-visualizer"
description = "A Jupyter widget for visualizing tensors as heatmaps."
version = "0.1.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
authors = [
{ name = "Donghao Ren", email = "donghao@apple.com" }
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"anywidget",
"numpy"
]
[tool.hatch.build]
artifacts = [
"src/tensor_visualizer/static/"
]
[tool.hatch.envs.default]
extra-dependencies = [
"jupyterlab",
"torch",
"mlx",
"tensorflow"
]
[project.urls]
homepage = "https://github.com/apple/tensor-visualizer"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。