add protoThor
This commit is contained in:
parent
39486567b2
commit
f103e1b00a
@ -4,4 +4,26 @@ version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user