|
[tool.poetry] |
|
name = "jhtdb" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["Diego Canez <[email protected]>"] |
|
readme = "README.md" |
|
|
|
[tool.poetry.dependencies] |
|
python = ">=3.9,<3.12" |
|
tqdm = "^4.66.4" |
|
torch = "^2.3.0" |
|
datasets = "^2.19.1" |
|
|
|
|
|
[tool.poetry.group.dev.dependencies] |
|
pyjhtdb = {git = "https://github.com/dgcnz/pyJHTDB"} |
|
isort = "^5.13.2" |
|
black = "^24.4.2" |
|
flake8 = "^7.0.0" |
|
jsonargparse = "^4.28.0" |
|
pandas = "^2.2.2" |
|
tenacity = "^8.3.0" |
|
|
|
[build-system] |
|
requires = ["poetry-core"] |
|
build-backend = "poetry.core.masonry.api" |
|
|