15 lines
301 B
TOML
15 lines
301 B
TOML
[project]
|
|
name = "pendulum-transformer"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.116.1",
|
|
"matplotlib>=3.10.6",
|
|
"numpy>=2.3.2",
|
|
"pandas>=2.3.2",
|
|
"torch>=2.8.0",
|
|
"uvicorn>=0.35.0",
|
|
]
|