Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "ncerl" | |
version = "0.1.0" | |
description = "" | |
authors = ["Ziqi Wang"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.9" | |
JPype1 = "1.3.0" | |
dtw = "1.4.0" | |
torch = "1.8.1" | |
numpy = "^2.0.0" | |
pillow = "10.0.0" | |
matplotlib = "3.6.3" | |
pandas = "1.3.2" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |