๐Ÿ“ฆ Stream29 / NextNodeTypePrediction

๐Ÿ“„ pyproject.toml ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16[project]
name = "nextnodetypeprediction"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
    "numpy>=2.3.3",
    "onnx>=1.19.0",
    "pydantic>=2.11.9",
    "pyyaml>=6.0.2",
    "scikit-learn>=1.7.2",
    "torch>=2.8.0",
    "torchvision>=0.23.0",
    "ty>=0.0.1a21",
]