File size: 534 Bytes
16e1eec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79f266c
16e1eec
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[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"