2 Star 0 Fork 0

mirrors_apple/tensor-visualizer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
Donghao Ren 提交于 2024-08-27 11:50 . Add LICENSE to pyproject.toml
[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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_apple/tensor-visualizer.git
git@gitee.com:mirrors_apple/tensor-visualizer.git
mirrors_apple
tensor-visualizer
tensor-visualizer
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385