Spaces:
Sleeping
Sleeping
File size: 359 Bytes
eaf2e33 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[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"
|