experiment/pyproject.toml
2024-11-14 15:49:35 +01:00

30 lines
735 B
TOML

[project]
name = "experiment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"protothor>=0.1.1",
"protothor-datarecords>=0.8.1",
]
[tool.uv.sources]
protothor = [{index = "protothor-gitlab"}]
protothor-datarecords = [{index = "protothor-datarecords-gitlab"}]
[[tool.uv.index]]
name = "protothor-datarecords-gitlab"
url = "https://git.hs-mittweida.de/api/v4/projects/2428/packages/pypi/simple"
default = false
[[tool.uv.index]]
name = "protothor-gitlab"
url = "https://git.hs-mittweida.de/api/v4/projects/2346/packages/pypi/simple"
default = false
[[tool.uv.index]]
name = "torch-cpu"
url = "https://download.pytorch.org/whl/cpu"
default = false